summaryrefslogtreecommitdiffstats
path: root/source/states
diff options
context:
space:
mode:
Diffstat (limited to 'source/states')
-rw-r--r--source/states/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/states/menu.c b/source/states/menu.c
index 15e0b3c..ea5134b 100644
--- a/source/states/menu.c
+++ b/source/states/menu.c
@@ -59,6 +59,8 @@ static int begin_testing(u32 menu_state, struct et_next_state *next_state) {
next_state->state = et_state_begin_testing;
next_state->init_data.p = plan;
+ putchar('\n');
+
return 1;
}