From: mrs Date: Sat, 24 Feb 2007 00:53:39 +0000 (+0000) Subject: Fix thinko in last fix. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd79e6c78b5e82867ce83771c77e6b392c509d34;p=thirdparty%2Fgcc.git Fix thinko in last fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122284 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/tlink.c b/gcc/tlink.c index 8e10eebbbaae..8e79d2415d46 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -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;