mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
Fix compilation of rosapps with gcc 3.4.5.
Thanks Gge on IRC svn path=/trunk/; revision=23912
This commit is contained in:
parent
c12e6bbcba
commit
e094312326
1 changed files with 2 additions and 1 deletions
|
@ -1956,7 +1956,8 @@ TranslateFunctionName (
|
|||
|
||||
|
||||
int i, /*j,*/ n;
|
||||
char c, cc;
|
||||
char c = 0;
|
||||
char cc;
|
||||
|
||||
static char buff[512]; // result of translation
|
||||
|
||||
|
|
Loading…
Reference in a new issue