summaryrefslogtreecommitdiff
path: root/main/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/term.c')
-rw-r--r--main/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/term.c b/main/term.c
index e757d9321..6fe99a45d 100644
--- a/main/term.c
+++ b/main/term.c
@@ -342,7 +342,7 @@ void term_filter_escapes(char *line)
if ((i < (len - 2)) &&
(line[i + 1] == 0x5B)) {
switch (line[i + 2]) {
- case 0x30:
+ case 0x30:
case 0x31:
case 0x33:
continue;