summaryrefslogtreecommitdiffstats
path: root/test/option/tree-lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/tree-lib.py')
-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 2721344..2dc5fb0 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);