Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't need the printf("uhoh")...there's a better error message elsewh…
…ere.
  • Loading branch information
icculus committed Dec 18, 2013
1 parent 15f7824 commit 7e650c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 1pass.c
Expand Up @@ -236,10 +236,7 @@ int main(int argc, char **argv)
atexit(deinitLua);

if (!initLua()) // this will move control to 1pass.lua
{
fprintf(stderr, "uhoh\n");
return 1;
} // if

return 0;
} // main
Expand Down

0 comments on commit 7e650c1

Please sign in to comment.