Signed-off-by: Rene Scharfe <rene.scharfe@xxxxxxxxxxxxxx> --- ctype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ctype.c b/ctype.c index b90ec00..7ee64c7 100644 --- 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] = { -- 1.6.3.rc3.40.g75b44 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html