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