Hi,

Here's a rather trivial patch to add missing semicolon.j Applies to readline 6.2.

diff --git a/util.c b/util.c
index 6c68ad8..15238c0 100644
--- a/util.c
+++ b/util.c
@@ -390,6 +390,7 @@ _rl_strnicmp (string1, string2, count)
       s2++;
     }
   while (--count != 0)
+  ;

   return (0);
 }
--
1.8.4.5

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to