- GCC cleanup.
SVN r712 (trunk)
This commit is contained in:
parent
ec17f5a5b9
commit
9706a2b140
2 changed files with 2 additions and 2 deletions
|
|
@ -386,7 +386,7 @@ void CreatePath(const char * fn)
|
|||
|
||||
int strbin (char *str)
|
||||
{
|
||||
char *start;
|
||||
char *start = str;
|
||||
char *p = str, c;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue