diff options
Diffstat (limited to 't/helper/test-sha1.c')
-rw-r--r-- | t/helper/test-sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-sha1.c b/t/helper/test-sha1.c index e57eae10bf..a1c13f54ec 100644 --- a/t/helper/test-sha1.c +++ b/t/helper/test-sha1.c @@ -1,6 +1,6 @@ #include "cache.h" -int main(int ac, char **av) +int cmd_main(int ac, const char **av) { git_SHA_CTX ctx; unsigned char sha1[20]; |