X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.c;h=ee6893032e6d033be6ddd9d6e8cac16c68a2695c;hp=48442e9c065f3c7f9d65b74eac1857e450820c9d;hb=469642a52fc3f3f1ffd3f29ae16286876500ff9a;hpb=1a57970670fa73eba47fb26c85316c6eb2884f76 diff --git a/petitboot.c b/petitboot.c index 48442e9..ee68930 100644 --- a/petitboot.c +++ b/petitboot.c @@ -795,7 +795,7 @@ twin_bool_t pboot_event_filter(twin_screen_t *screen, /* Another gross hack for booting back to gameos */ case KEY_BACKSPACE: case KEY_DELETE: - pboot_message("booting to GameOS"); + pboot_message("booting to GameOS..."); system(BOOT_GAMEOS_BIN); } case TwinEventKeyUp: