mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +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 i;
|
||||||
int bRelay = 0;
|
int bRelay = 0;
|
||||||
int bInPrototype;
|
int bInPrototype = 0;
|
||||||
|
|
||||||
if (pexp->nCallingConvention != CC_STUB &&
|
if (pexp->nCallingConvention != CC_STUB &&
|
||||||
(pexp->uFlags & FL_STUB) == 0)
|
(pexp->uFlags & FL_STUB) == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue