fix return

This commit is contained in:
Eun 2015-10-07 14:01:05 +02:00
parent ac69a82358
commit 8b8f1f9188

View File

@ -63,6 +63,7 @@ static int transfer_progress_cb(const git_transfer_progress *stats, void *payloa
stats->received_objects, stats->total_objects, stats->received_objects, stats->total_objects,
stats->indexed_objects, stats->received_bytes); stats->indexed_objects, stats->received_bytes);
} }
return 0;
} }
/** Entry point for this command */ /** Entry point for this command */