summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/network/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/fetch.c b/examples/network/fetch.c
index bc7a5a05e..177359b88 100644
--- a/examples/network/fetch.c
+++ b/examples/network/fetch.c
@@ -63,6 +63,7 @@ static int transfer_progress_cb(const git_transfer_progress *stats, void *payloa
stats->received_objects, stats->total_objects,
stats->indexed_objects, stats->received_bytes);
}
+ return 0;
}
/** Entry point for this command */