summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayden Pearce <saint.lascivious@gmail.com>2013-03-05 15:07:34 +1300
committerJonathan Gordon <rockbox@jdgordon.info>2013-03-05 03:17:45 +0100
commitcdf5429ead101c05a509adf3b845ee490e6d36b2 (patch)
tree66c63d319f808b8dc23f5120cd6133fbf5e179a7
parentd8a38714c36b7a1c503f4004b94db0fec5258c9e (diff)
downloadrockbox-cdf5429ead101c05a509adf3b845ee490e6d36b2.tar.gz
rockbox-cdf5429ead101c05a509adf3b845ee490e6d36b2.zip
Debug Screen: - Skin Engine RAM usage - fix a small typo
- s/Ram/RAM/ Change-Id: I65ea87b5b2fce85d8d1a0cfaec06fb2c47aaa79f Reviewed-on: http://gerrit.rockbox.org/415 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index c4291879c3..265d8988b5 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2287,7 +2287,7 @@ static const struct {
2287#ifndef APPLICATION 2287#ifndef APPLICATION
2288 { "Screendump", dbg_screendump }, 2288 { "Screendump", dbg_screendump },
2289#endif 2289#endif
2290 { "Skin Engine Ram usage", dbg_skin_engine }, 2290 { "Skin Engine RAM usage", dbg_skin_engine },
2291#endif 2291#endif
2292#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 2292#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
2293 { "View HW info", dbg_hw_info }, 2293 { "View HW info", dbg_hw_info },