diff options
Diffstat (limited to 'src/remote.h')
| -rw-r--r-- | src/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.h b/src/remote.h index 62bd1d2ae..15f8d3012 100644 --- a/src/remote.h +++ b/src/remote.h @@ -29,7 +29,7 @@ struct git_remote { git_transport *transport; git_repository *repo; git_push *push; - git_transfer_progress stats; + git_indexer_progress stats; unsigned int need_pack; git_remote_autotag_option_t download_tags; int prune_refs; |
