diff options
Diffstat (limited to 't/helper/test-wildmatch.c')
-rw-r--r-- | t/helper/test-wildmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-wildmatch.c b/t/helper/test-wildmatch.c index 578b164fe6..52be876fed 100644 --- a/t/helper/test-wildmatch.c +++ b/t/helper/test-wildmatch.c @@ -1,6 +1,6 @@ #include "cache.h" -int main(int argc, char **argv) +int cmd_main(int argc, const char **argv) { int i; for (i = 2; i < argc; i++) { |