]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 12 Aug 1996 22:15:13 +0000 (22:15 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 12 Aug 1996 22:15:13 +0000 (22:15 +0000)
From-SVN: r12629

gcc/gcc.c

index 46ca22bc5434dd33408f014cbae249629f2a5b6d..8ab255aa563cd20edc487f048a712da878dde3cc 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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 */