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

Skip to content

Commit d8dc2b8

Browse files
committed
Merge pull request libgit2#3455 from Eun/master
Examples: network/fetch.c transfer_progress_cb - should return a value
2 parents ac69a82 + 8b8f1f9 commit d8dc2b8

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)