diff options
Diffstat (limited to 't/helper/test-regex.c')
-rw-r--r-- | t/helper/test-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-regex.c b/t/helper/test-regex.c index eff26f534f..b5ea8a97c5 100644 --- a/t/helper/test-regex.c +++ b/t/helper/test-regex.c @@ -36,7 +36,7 @@ static int test_regex_bug(void) return 0; } -int main(int argc, char **argv) +int cmd_main(int argc, const char **argv) { const char *pat; const char *str; |