summaryrefslogtreecommitdiff
path: root/t/helper/test-urlmatch-normalization.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-urlmatch-normalization.c')
-rw-r--r--t/helper/test-urlmatch-normalization.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-urlmatch-normalization.c b/t/helper/test-urlmatch-normalization.c
index 090bf21..49b6e83 100644
--- a/t/helper/test-urlmatch-normalization.c
+++ b/t/helper/test-urlmatch-normalization.c
@@ -1,7 +1,7 @@
#include "git-compat-util.h"
#include "urlmatch.h"
-int main(int argc, char **argv)
+int cmd_main(int argc, const char **argv)
{
const char usage[] = "test-urlmatch-normalization [-p | -l] <url1> | <url1> <url2>";
char *url1, *url2;