Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
ctype.c: fix typo in comment
author
René Scharfe
<rene.scharfe@lsrfire.ath.cx>
Fri, 1 May 2009 20:03:07 +0000
(22:03 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 1 May 2009 23:07:29 +0000
(16:07 -0700)
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ctype.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4b25d09
)
diff --git
a/ctype.c
b/ctype.c
index b90ec004f29c30c4b6a6ea5339599d7a8db0fb8c..7ee64c7d77dd4a5665f70d80ffba1bcdecb9a408 100644
(file)
--- a/
ctype.c
+++ b/
ctype.c
@@
-10,7
+10,7
@@
enum {
A = GIT_ALPHA,
D = GIT_DIGIT,
G = GIT_GLOB_SPECIAL, /* *, ?, [, \\ */
- R = GIT_REGEX_SPECIAL, /* $, (, ), +, ., ^, {, | *
*
/
+ R = GIT_REGEX_SPECIAL, /* $, (, ), +, ., ^, {, | */
};
unsigned char sane_ctype[256] = {