summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/option/tree-lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option/tree-lib.py b/test/option/tree-lib.py
index 272134498..2dc5fb060 100644
--- a/test/option/tree-lib.py
+++ b/test/option/tree-lib.py
@@ -52,7 +52,7 @@ test.write('main.c', """\
#include <stdlib.h>
#include <stdio.h>
int
-main(int argc, char *argv)
+main(int argc, char **argv)
{
printf("#define FOO_H \\"foo.h\\"\\n");
return (0);