mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 05:34:03 +08:00
Fix thinko in last fix.
From-SVN: r122284
This commit is contained in:
parent
196bea21f1
commit
4072813406
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user