summaryrefslogtreecommitdiff
path: root/startmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'startmode.c')
-rw-r--r--startmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/startmode.c b/startmode.c
index 8b89b93..43def3b 100644
--- a/startmode.c
+++ b/startmode.c
@@ -164,7 +164,7 @@ int startmode(char filename[]) {
case 'd': {
int choic = choice();
if (choic == 1) {
- return 1;
+ break;
}
int increment = 0;
if (focus == 1) { // checks if its line 1. This is so that we can remove the newline properly.