[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-readline] [patch] add missing semicolon
From: |
Mark Brand |
Subject: |
[Bug-readline] [patch] add missing semicolon |
Date: |
Fri, 14 Feb 2014 19:30:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
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] [patch] add missing semicolon,
Mark Brand <=