mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
fix return
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user