diff options
| author | Juanma Barranquero | 2006-11-24 19:36:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-24 19:36:39 +0000 |
| commit | 46ac3660d0a2e8b8b22bd68f2e4a2150967a507d (patch) | |
| tree | e0a32eb200b93defd204f6020a52379324a696f4 /src | |
| parent | 6b2633cced4610dc2697ca5b2e7fa918a2b315ea (diff) | |
| download | emacs-46ac3660d0a2e8b8b22bd68f2e4a2150967a507d.tar.gz emacs-46ac3660d0a2e8b8b22bd68f2e4a2150967a507d.zip | |
Fix last change in whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 001be124ff3..32991346399 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -4958,7 +4958,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) | |||
| 4958 | /* We use this to map every character in the string. */ | 4958 | /* We use this to map every character in the string. */ |
| 4959 | RE_TRANSLATE_TYPE translate = bufp->translate; | 4959 | RE_TRANSLATE_TYPE translate = bufp->translate; |
| 4960 | 4960 | ||
| 4961 | /* Nonzero if we have to concern multibyte character.*/ | 4961 | /* Nonzero if we have to concern multibyte character. */ |
| 4962 | const boolean multibyte = RE_MULTIBYTE_P (bufp); | 4962 | const boolean multibyte = RE_MULTIBYTE_P (bufp); |
| 4963 | 4963 | ||
| 4964 | /* Failure point stack. Each place that can handle a failure further | 4964 | /* Failure point stack. Each place that can handle a failure further |