mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Removed extra output.
This commit is contained in:
parent
0c0e3bebb8
commit
3f11e9eba3
@ -708,8 +708,6 @@ static int ParseTopLevel(void)
|
||||
strcpy(DLLInitFunc, GetToken());
|
||||
if (!DLLInitFunc[0])
|
||||
fprintf(stderr, "%s:%d: Expected function name after init\n", SpecName, Line);
|
||||
else
|
||||
fprintf(stderr, "InitFunc is %s\n", DLLInitFunc);
|
||||
}
|
||||
else if (IsNumberString(token))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user