Commit 3f11e9eb authored by Alexandre Julliard's avatar Alexandre Julliard

Removed extra output.

parent 0c0e3beb
......@@ -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))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment