summaryrefslogtreecommitdiff
path: root/examples/network/index-pack.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-07-14 14:00:26 +0100
committerGitHub <noreply@github.com>2018-07-14 14:00:26 +0100
commit2510268a269cd79e5cfa68ce8f56e540131f3b6d (patch)
treea59136e3ed9d7664441457b3842096b9df078686 /examples/network/index-pack.c
parent6dfc8bc2499db78eae4e29dd121c75121f0e8baf (diff)
parente1a4a8ebfc5f5f138cb200f620eac73913cbe0f6 (diff)
downloadlibgit2-2510268a269cd79e5cfa68ce8f56e540131f3b6d.tar.gz
Merge pull request #4700 from pks-t/pks/std-c90
C90 standard compliance
Diffstat (limited to 'examples/network/index-pack.c')
-rw-r--r--examples/network/index-pack.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/network/index-pack.c b/examples/network/index-pack.c
index 314f21160..e9261027c 100644
--- a/examples/network/index-pack.c
+++ b/examples/network/index-pack.c
@@ -19,8 +19,10 @@
#endif
#include "common.h"
-// This could be run in the main loop whilst the application waits for
-// the indexing to finish in a worker thread
+/*
+ * This could be run in the main loop whilst the application waits for
+ * the indexing to finish in a worker thread
+ */
static int index_cb(const git_transfer_progress *stats, void *data)
{
(void)data;