mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[SPEC2DEF]
Fix use of uninitialized variable warning svn path=/trunk/; revision=56982
This commit is contained in:
@@ -705,7 +705,7 @@ int main(int argc, char *argv[])
|
||||
char *pszSource, *pszDefFileName = 0, *pszStubFileName = 0, *pszLibStubName = 0;
|
||||
char achDllName[40];
|
||||
FILE *file;
|
||||
int result, i;
|
||||
int result = 0, i;
|
||||
|
||||
if (argc < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user