diff options
Diffstat (limited to 'test-subprocess.c')
-rw-r--r-- | test-subprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-subprocess.c b/test-subprocess.c index 56881a0324..30c5765bfc 100644 --- a/test-subprocess.c +++ b/test-subprocess.c @@ -1,7 +1,7 @@ #include "cache.h" #include "run-command.h" -int main(int argc, char **argv) +int cmd_main(int argc, const char **argv) { struct child_process cp = CHILD_PROCESS_INIT; int nogit = 0; |