diff options
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c index c26374717..2e10809b3 100644 --- a/src/stty.c +++ b/src/stty.c @@ -1819,7 +1819,7 @@ visible (unsigned int ch) char *bpout = buf; if (ch == _POSIX_VDISABLE) - return _("<undef>"); + return "<undef>"; if (ch >= 32) { |