fixed missing return code

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@298 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-12-17 16:33:45 +00:00
parent e7cd458d37
commit f7a387149c
1 changed files with 2 additions and 0 deletions

View File

@ -577,4 +577,6 @@ int EvolutionSyncClient::sync()
// all went well: print final report before cleaning up
sourceList.syncDone(true);
return 0;
}