diff options
Diffstat (limited to 'builtin/show-index.c')
| -rw-r--r-- | builtin/show-index.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/show-index.c b/builtin/show-index.c index 540dc3dad1..9e1f7ac9ca 100644 --- a/builtin/show-index.c +++ b/builtin/show-index.c @@ -11,7 +11,10 @@ static const char *const show_index_usage[] = { NULL }; -int cmd_show_index(int argc, const char **argv, const char *prefix) +int cmd_show_index(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { int i; unsigned nr; |
