Commit c8c2dcdc by Michael Meissner

Fix typo

From-SVN: r12629
parent d1405d89
......@@ -4890,7 +4890,7 @@ used_arg (p, len)
{
struct mswitchstr *matches;
char *q;
int cnt = (*multilib_matches != '\0');
int cnt = 0;
/* Break multilib_matches into the component strings of string and replacement
string */
......
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