Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: readline/util.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « readline/terminal.c ('k') | sim/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: readline/util.c
diff --git a/readline/util.c b/readline/util.c
index 6c68ad8d41f0c1184b42474fee2f63ac2fedf534..321dee23560de88fd4856dcadc76f22e058ec3a2 100644
--- a/readline/util.c
+++ b/readline/util.c
@@ -389,7 +389,7 @@ _rl_strnicmp (string1, string2, count)
break;
s2++;
}
- while (--count != 0)
+ while (--count != 0);
return (0);
}
« no previous file with comments | « readline/terminal.c ('k') | sim/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698