X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ctype.c;h=de600279eef4765db497599e6654c2bedd978129;hb=aad8441483408119ea19d4cf9e5cccb4a7a3639d;hp=7ee64c7d77dd4a5665f70d80ffba1bcdecb9a408;hpb=b30ccd757354ea09b41e4359b0a5ab429d12f02e;p=git.git diff --git a/ctype.c b/ctype.c index 7ee64c7d7..de600279e 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] = {