summaryrefslogtreecommitdiff
path: root/Tests/TryCompile/expect_arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TryCompile/expect_arg.c')
-rw-r--r--Tests/TryCompile/expect_arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TryCompile/expect_arg.c b/Tests/TryCompile/expect_arg.c
index 7ca49aa43..f18e03f60 100644
--- a/Tests/TryCompile/expect_arg.c
+++ b/Tests/TryCompile/expect_arg.c
@@ -10,7 +10,7 @@ int main(int ac, char*av[])
}
if(ac == 3)
{
- if(strcmp(av[1], "arg1") ==0
+ if(strcmp(av[1], "arg1") ==0
&& strcmp(av[2], "arg2") ==0)
{
printf("arg1 and arg2 present and accounted for!\n");