mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -1956,7 +1956,8 @@ TranslateFunctionName (
|
||||
|
||||
|
||||
int i, /*j,*/ n;
|
||||
char c, cc;
|
||||
char c = 0;
|
||||
char cc;
|
||||
|
||||
static char buff[512]; // result of translation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user