aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svn.cpp')
-rw-r--r--src/svn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn.cpp b/src/svn.cpp
index aeca0fc..84ce3af 100644
--- a/src/svn.cpp
+++ b/src/svn.cpp
@@ -311,7 +311,7 @@ int SvnPrivate::exportRevision(int revnum)
svn_pool_clear(revpool);
if (transactions.isEmpty())
- return true; // no changes?
+ return EXIT_SUCCESS; // no changes?
// now create the commit
apr_hash_t *revprops;