Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/csync
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-02-24 12:58:51 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-02-25 00:02:29 +0300
commit3af936c8a1d501e93186a5bd8a22a980c88f2da1 (patch)
tree3ea2598c0f2b4e7ab2f12d503d3838df699cd006 /csync
parent3bd48c1b3fca6b3e4ab7c52494553a4ce6e00fad (diff)
Some minor cleanups.
Diffstat (limited to 'csync')
-rw-r--r--csync/src/vio/csync_vio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csync/src/vio/csync_vio.c b/csync/src/vio/csync_vio.c
index c32ef4d09..b143d6033 100644
--- a/csync/src/vio/csync_vio.c
+++ b/csync/src/vio/csync_vio.c
@@ -50,7 +50,7 @@ csync_vio_handle_t *csync_vio_opendir(CSYNC *ctx, const char *name) {
break;
case LOCAL_REPLICA:
if( ctx->callbacks.update_callback ) {
- ctx->callbacks.update_callback(ctx->replica, name, ctx->callbacks.update_callback_userdata);
+ ctx->callbacks.update_callback(ctx->replica, name, ctx->callbacks.update_callback_userdata);
}
return csync_vio_local_opendir(name);
break;