Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Franke committed Nov 21, 2014
1 parent ebff661 commit f2cb0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpaper.c
Expand Up @@ -1000,7 +1000,7 @@ int main(int argc, char* argv[]) {
if ( inputWildcard )
optind++;

if(optind >= argc) { // see any one of the last two optind++ has pushed over the array
if(optind >= argc) { // see if any one of the last two optind++ has pushed over the array
errOutput("not enough output files given.");
return -1;
}
Expand Down

0 comments on commit f2cb0a6

Please sign in to comment.