Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add an extra level of indirection to main()
[gitweb.git]
/
test-wildmatch.c
diff --git
a/test-wildmatch.c
b/test-wildmatch.c
index 578b164fe603f11dfe67e25be36a6ab38aa6d645..52be876fed3bcc3bb5a1def5de8febe8b29c0ec4 100644
(file)
--- a/
test-wildmatch.c
+++ b/
test-wildmatch.c
@@
-1,6
+1,6
@@
#include "cache.h"
-int
main(int argc,
char **argv)
+int
cmd_main(int argc, const
char **argv)
{
int i;
for (i = 2; i < argc; i++) {