Get rid of // comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12049 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b3c66f5d74
commit
4ea6d039f2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue