]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 23 May 2003 20:42:41 +0000 (20:42 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 23 May 2003 20:42:41 +0000 (20:42 +0000)
From-SVN: r67136

gcc/tlink.c

index adac2886f3e956bbe00fcbcdcb51182e421ab6bf..6da909c7baa2277f632d0743c7b69995eff2c7f0 100644 (file)
@@ -636,7 +636,7 @@ scan_linker_output (fname)
            /* Then try entire line.  */
            q = strchr (oldq, 0);
            if (q != oldq)
-             p = oldq;
+             p = (char *)oldq;
          }
 
          if (p)