Skip to content

Commit

Permalink
Fixed some strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 19, 2009
1 parent a63af93 commit b8652fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/mojoshader-compiler.c
Expand Up @@ -271,7 +271,7 @@ int main(int argc, char **argv)
else
{
if (infile != NULL)
fail("multiple input files specified.");
fail("multiple input files specified");
infile = arg;
} // else
} // for
Expand All @@ -280,7 +280,7 @@ int main(int argc, char **argv)
action = ACTION_ASSEMBLE;

if (infile == NULL)
fail("no input file specified.");
fail("no input file specified");

FILE *io = fopen(infile, "rb");
if (io == NULL)
Expand Down

0 comments on commit b8652fc

Please sign in to comment.