summaryrefslogtreecommitdiff
path: root/lib/c-strcasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/c-strcasecmp.c')
-rw-r--r--lib/c-strcasecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c-strcasecmp.c b/lib/c-strcasecmp.c
index a52389883..ce285823b 100644
--- a/lib/c-strcasecmp.c
+++ b/lib/c-strcasecmp.c
@@ -40,7 +40,7 @@ c_strcasecmp (const char *s1, const char *s2)
c2 = c_tolower (*p2);
if (c1 == '\0')
- break;
+ break;
++p1;
++p2;