summaryrefslogtreecommitdiff
path: root/test-mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-mktemp.c')
-rw-r--r--test-mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mktemp.c b/test-mktemp.c
index c8c5421..89d9b2f 100644
--- a/test-mktemp.c
+++ b/test-mktemp.c
@@ -3,7 +3,7 @@
*/
#include "git-compat-util.h"
-int main(int argc, char *argv[])
+int cmd_main(int argc, const char **argv)
{
if (argc != 2)
usage("Expected 1 parameter defining the temporary file template");