diff options
Diffstat (limited to 'src/commands/printf.c')
-rw-r--r-- | src/commands/printf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/printf.c b/src/commands/printf.c index 4663a86..f9f3931 100644 --- a/src/commands/printf.c +++ b/src/commands/printf.c @@ -75,8 +75,6 @@ static void handle_slash(char n) { case 'f': putchar('\f'); break; - case 'e': - putchar('\e'); case 'a': putchar('\a'); break; |