diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 83763061d82..e1fb7532b85 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -292,7 +292,7 @@ char_quoted (charpos, bytepos) | |||
| 292 | 292 | ||
| 293 | DEC_BOTH (charpos, bytepos); | 293 | DEC_BOTH (charpos, bytepos); |
| 294 | 294 | ||
| 295 | while (bytepos >= beg) | 295 | while (charpos >= beg) |
| 296 | { | 296 | { |
| 297 | int c; | 297 | int c; |
| 298 | 298 | ||