diff options
Diffstat (limited to 'Src/text.c')
-rw-r--r-- | Src/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/text.c b/Src/text.c index 7405eaec0..794a04df9 100644 --- a/Src/text.c +++ b/Src/text.c @@ -521,6 +521,7 @@ gettext2(Estate state) taddnl(); else taddchr(' '); + taddstr("("); code = *state->pc++; taddstr(ecgetstr(state, EC_NODUP, NULL)); state->pc++; @@ -537,6 +538,7 @@ gettext2(Estate state) taddnl(); else taddchr(' '); + taddstr("("); code = *state->pc++; taddstr(ecgetstr(state, EC_NODUP, NULL)); state->pc++; |