mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[SPEC2DEF]
- Fix use of uninitialized variable svn path=/trunk/; revision=64333
This commit is contained in:
parent
b9421c0166
commit
d1587a3755
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue