summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEun <eun@su.am>2015-10-07 14:01:05 +0200
committerEun <eun@su.am>2015-10-07 14:01:05 +0200
commit8b8f1f91881a024d0d8efbf1f69e49ed65fdbc6f (patch)
tree6f61028ddf55c181c4b5fc57bad13dd2d7d32417
parentac69a82358ef444de433a8e0af62a4b6bd5c2c4e (diff)
downloadlibgit2-8b8f1f91881a024d0d8efbf1f69e49ed65fdbc6f.tar.gz
fix return
-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 */