summaryrefslogtreecommitdiff
path: root/subversion/tests/libsvn_subr/io-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/libsvn_subr/io-test.c')
-rw-r--r--subversion/tests/libsvn_subr/io-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/tests/libsvn_subr/io-test.c b/subversion/tests/libsvn_subr/io-test.c
index e702367..c31dc4c 100644
--- a/subversion/tests/libsvn_subr/io-test.c
+++ b/subversion/tests/libsvn_subr/io-test.c
@@ -1176,7 +1176,7 @@ test_apr_trunc_workaround(apr_pool_t *pool)
SVN_ERR(svn_io_file_seek(f, APR_CUR, &offset, pool));
SVN_TEST_ASSERT(offset == (int)len);
- return SVN_NO_ERROR;
+ return SVN_NO_ERROR;
}