Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/t4130-rename-without-ino'
[gitweb.git]
/
t
/
helper
/
test-ctype.c
diff --git
a/t/helper/test-ctype.c
b/t/helper/test-ctype.c
index 707a821f03d59b1b3685b380fa4f3e83535c5342..bb72c47df570d9c07ae4567fd6d31ea49fe49656 100644
(file)
--- a/
t/helper/test-ctype.c
+++ b/
t/helper/test-ctype.c
@@
-28,7
+28,7
@@
static int is_in(const char *s, int ch)
#define LOWER "abcdefghijklmnopqrstuvwxyz"
#define UPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
-int
main(int argc,
char **argv)
+int
cmd_main(int argc, const
char **argv)
{
TEST_CLASS(isdigit, DIGIT);
TEST_CLASS(isspace, " \n\r\t");