From ac9335aac3ad4c320257a865711a4dfeaa23866c Mon Sep 17 00:00:00 2001 From: Alexandre Feblot Date: Sat, 25 Apr 2015 17:41:47 +0200 Subject: Fix C typo error in a test --- test/option/tree-lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include int -main(int argc, char *argv) +main(int argc, char **argv) { printf("#define FOO_H \\"foo.h\\"\\n"); return (0); -- cgit v0.12