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 adac288..6da909c 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)