summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 310f8b5)
raw | patch | inline | side by side (parent: 310f8b5)
author | Serge E. Hallyn <serue@us.ibm.com> | |
Mon, 17 Apr 2006 15:14:48 +0000 (10:14 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Apr 2006 22:06:25 +0000 (15:06 -0700) |
The switch is inside an if statement which is false if
the character is ' '. Either the if should be <=' '
instead of <' ', or the case should be removed as it could
be misleading.
Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
the character is ' '. Either the if should be <=' '
instead of <' ', or the case should be removed as it could
be misleading.
Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
quote.c | patch | blob | history |