From 8b8f1f91881a024d0d8efbf1f69e49ed65fdbc6f Mon Sep 17 00:00:00 2001 From: Eun Date: Wed, 7 Oct 2015 14:01:05 +0200 Subject: [PATCH] fix return --- examples/network/fetch.c | 1 + 1 file changed, 1 insertion(+) 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 */