aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h
index 0e5e298b64a..29ce1c27b33 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -247,7 +247,7 @@ extern char syntax_code_spec[16];
247 { \ 247 { \
248 gl_state.b_property = BEGV - 1; \ 248 gl_state.b_property = BEGV - 1; \
249 gl_state.e_property = ZV; \ 249 gl_state.e_property = ZV; \
250 gl_state.offset = BEGV; \ 250 gl_state.offset = BEGV - 1; \
251 } \ 251 } \
252 else if (EQ (object, Qt)) \ 252 else if (EQ (object, Qt)) \
253 { \ 253 { \