Skip to content

Commit

Permalink
That should be an "else if", not an "if" ...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 19, 2009
1 parent 3a4dbb6 commit 41f856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mojoshader-compiler.c
Expand Up @@ -178,7 +178,7 @@ int main(int argc, char **argv)
outfile = arg;
} // if

if (strcmp(arg, "-I") == 0)
else if (strcmp(arg, "-I") == 0)
{
arg = argv[++i];
if (arg == NULL)
Expand Down

0 comments on commit 41f856a

Please sign in to comment.