diff options
Diffstat (limited to 'builtin/remote.c')
| -rw-r--r-- | builtin/remote.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c index d1f9292ed2..1ac7e5fbce 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -1754,7 +1754,10 @@ out: return 0; } -int cmd_remote(int argc, const char **argv, const char *prefix) +int cmd_remote(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { parse_opt_subcommand_fn *fn = NULL; struct option options[] = { |
