- GCC cleanup.

SVN r712 (trunk)
This commit is contained in:
Randy Heit 2008-01-26 04:47:58 +00:00
commit 9706a2b140
2 changed files with 2 additions and 2 deletions

View file

@ -386,7 +386,7 @@ void CreatePath(const char * fn)
int strbin (char *str)
{
char *start;
char *start = str;
char *p = str, c;
int i;