Mercurial > emacs
diff src/syntax.c @ 74145:8eceefbbcde7
Space/tab mixup.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 24 Nov 2006 10:31:26 +0000 |
| parents | d4ecc69b8d2e |
| children | 31287a59d704 f1d13e615070 |
line wrap: on
line diff
--- a/src/syntax.c Fri Nov 24 10:28:38 2006 +0000 +++ b/src/syntax.c Fri Nov 24 10:31:26 2006 +0000 @@ -1470,7 +1470,7 @@ const unsigned char *class_beg = str + i_byte + 1; const unsigned char *class_end = class_beg; const unsigned char *class_limit = str + size_byte - 2; - /* Leave room for the null. */ + /* Leave room for the null. */ unsigned char class_name[CHAR_CLASS_MAX_LENGTH + 1]; re_wctype_t cc;
