Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: make some parsing functions static again
[gitweb.git]
/
t
/
helper
/
test-genrandom.c
diff --git
a/t/helper/test-genrandom.c
b/t/helper/test-genrandom.c
index 54824d075421e792f337beb5cdce170a33b00e68..8d11d22d98649900b6d558cc174e2af1dbff9948 100644
(file)
--- a/
t/helper/test-genrandom.c
+++ b/
t/helper/test-genrandom.c
@@
-6,7
+6,7
@@
#include "git-compat-util.h"
-int
main(int argc, char *argv[]
)
+int
cmd_main(int argc, const char **argv
)
{
unsigned long count, next = 0;
unsigned char *c;