[SPEC2DEF]
[reactos.git] / reactos / tools / spec2def / spec2def.c
index 1090a6b..b6c29cc 100644 (file)
@@ -182,7 +182,7 @@ OutputLine_stub(FILE *file, EXPORT *pexp)
 {
     int i;
     int bRelay = 0;
 {
     int i;
     int bRelay = 0;
-    int bInPrototype;
+    int bInPrototype = 0;
 
     if (pexp->nCallingConvention != CC_STUB &&
         (pexp->uFlags & FL_STUB) == 0)
 
     if (pexp->nCallingConvention != CC_STUB &&
         (pexp->uFlags & FL_STUB) == 0)