From-SVN: r12629
This commit is contained in:
Michael Meissner 1996-08-12 22:15:13 +00:00
parent d1405d8907
commit c8c2dcdce1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */