[AArch64] Support RAS extension for ARMv8 onwards.
[deliverable/binutils-gdb.git] / readline / util.c
index 6c68ad8d41f0c1184b42474fee2f63ac2fedf534..321dee23560de88fd4856dcadc76f22e058ec3a2 100644 (file)
@@ -389,7 +389,7 @@ _rl_strnicmp (string1, string2, count)
         break;
       s2++;
     }
-  while (--count != 0)
+  while (--count != 0);
 
   return (0);
 }
This page took 0.023408 seconds and 4 git commands to generate.