Commit 40728134 by Mike Stump

Fix thinko in last fix.

From-SVN: r122284
parent 196bea21
......@@ -617,7 +617,10 @@ scan_linker_output (const char *fname)
int ok = 0;
if (skip_next_line)
continue;
{
skip_next_line = 0;
continue;
}
while (*p && ISSPACE ((unsigned char) *p))
++p;
......
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