diff --git a/apps/main.c b/apps/main.c index 9b0d0192ad..1361b81744 100644 --- a/apps/main.c +++ b/apps/main.c @@ -324,7 +324,7 @@ static void init(void) #if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR) show_logo(); #else - sleep(1); //@@@ Weird. We crash w/o this tiny delay. + sleep(1); /* Weird. We crash w/o this tiny delay. */ #endif lang_init();