summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-11-03 09:40:45 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-11-03 09:40:45 +0000
commitee0111a53986ab309e3ae1a819d55318a950e99a (patch)
treea51db8e570d123fc3bded1ad954cff1340718237 /apps
parentc5ecffe9e9e35dfaf5725a18b8c6f5a4d1eb53a6 (diff)
downloadrockbox-ee0111a53986ab309e3ae1a819d55318a950e99a.tar.gz
rockbox-ee0111a53986ab309e3ae1a819d55318a950e99a.zip
fix a data abort when the start screen is set to previous and nvram.bin is invalid
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18982 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d6a21e8ef6..8c206053aa 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -288,7 +288,7 @@ struct system_status
288 obviously a better fix is to fix the screen... so remove this 288 obviously a better fix is to fix the screen... so remove this
289 when that happens */ 289 when that happens */
290#endif 290#endif
291 char last_screen; 291 signed char last_screen;
292 int viewer_icon_count; 292 int viewer_icon_count;
293}; 293};
294 294