diff options
| author | 2026-06-28 01:27:46 -0500 | |
|---|---|---|
| committer | 2026-06-28 01:27:46 -0500 | |
| commit | bc8d6da2c1cb659b406cbd59b7eac80bba51033f (patch) | |
| tree | dd6605c84129ed43c528eb4a98ccfc0f653987cf /source/states | |
| parent | initial commit (diff) | |
Diffstat (limited to 'source/states')
| -rw-r--r-- | source/states/menu.c | 2 |
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; } |
