Commit a7050d49 by Mike Stump

Fix typo.

From-SVN: r67136
parent 27a701c2
...@@ -636,7 +636,7 @@ scan_linker_output (fname) ...@@ -636,7 +636,7 @@ scan_linker_output (fname)
/* Then try entire line. */ /* Then try entire line. */
q = strchr (oldq, 0); q = strchr (oldq, 0);
if (q != oldq) if (q != oldq)
p = oldq; p = (char *)oldq;
} }
if (p) if (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