[SPEC2DEF]

- Fix use of uninitialized variable

svn path=/trunk/; revision=64333
This commit is contained in:
Thomas Faber 2014-09-27 10:58:07 +00:00
parent b9421c0166
commit d1587a3755

View file

@ -182,7 +182,7 @@ OutputLine_stub(FILE *file, EXPORT *pexp)
{
int i;
int bRelay = 0;
int bInPrototype;
int bInPrototype = 0;
if (pexp->nCallingConvention != CC_STUB &&
(pexp->uFlags & FL_STUB) == 0)