1
0
Fork 0
forked from len0rd/rockbox

Do Mike's previous patch a bit nicer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12224 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-07 06:14:35 +00:00
parent 946e4f871b
commit 48289a51ad
2 changed files with 2 additions and 4 deletions

View file

@ -76,9 +76,10 @@ struct user_settings global_settings;
/* Initial values for globally needed state data that shouldn't be saved
or reset should be defined here and not in settings_list */
struct system_status global_status =
{
.__dummy = 0,
.runtime = 0, /* this will be overwritten when nvram settings are loaded */
#ifdef CONFIG_TUNER
.in_radio_screen = false,
.radio_status = FMRADIO_OFF,