Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b8f1f9

Browse files
author
Eun
committed
fix return
1 parent ac69a82 commit 8b8f1f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/network/fetch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static int transfer_progress_cb(const git_transfer_progress *stats, void *payloa
6363
stats->received_objects, stats->total_objects,
6464
stats->indexed_objects, stats->received_bytes);
6565
}
66+
return 0;
6667
}
6768

6869
/** Entry point for this command */

0 commit comments

Comments
 (0)