summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/textarea.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/textarea.c b/desktop/textarea.c
index efa5ed24e..fa5bc4edd 100644
--- a/desktop/textarea.c
+++ b/desktop/textarea.c
@@ -976,7 +976,6 @@ bool textarea_keypress(struct text_area *ta, uint32_t key)
}
}
break;
- break;
case KEY_NL:
if (readonly)
break;