summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index fcfcb35513..22f49e2298 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -1659,7 +1659,7 @@ static int run(void)
1659 cycle_start = *rb->current_tick; 1659 cycle_start = *rb->current_tick;
1660 } 1660 }
1661 1661
1662 rb->splash(HZ*2, true, "Game Over!"); 1662 rb->splash(HZ*2, "Game Over!");
1663 1663
1664 return 2; /* back to menu */ 1664 return 2; /* back to menu */
1665} 1665}