diff options
Diffstat (limited to 'test-genrandom.c')
-rw-r--r-- | test-genrandom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-genrandom.c b/test-genrandom.c index 54824d0754..8d11d22d98 100644 --- a/test-genrandom.c +++ b/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; |