Skip to content

Commit

Permalink
Corrected comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2010
1 parent 79c86a5 commit 088ad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojocrash.c
Expand Up @@ -142,7 +142,7 @@ long MOJOCRASH_StringToLong(const char *str)
if ((ch < '0') || (ch > '9'))
break;
i++;
} /* for */
} /* while */

while (--i >= 0)
{
Expand Down

0 comments on commit 088ad5c

Please sign in to comment.