diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/svn.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/svn.cpp b/src/svn.cpp index de3a977..e0818fb 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -627,4 +627,6 @@ int SvnRevision::recurse(const char *path, const svn_fs_path_change_t *change, return EXIT_FAILURE; } } + + return EXIT_SUCCESS; } |