diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-08-23 12:47:59 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-23 12:47:59 +0000 |
| commit | cd8a9a043fd735ef7c24efdacbd11d0c9371ffca (patch) | |
| tree | 35977070ff635d58f2e8f049e0bf4a7008f27bf0 /apps | |
| parent | aa458aa9d8d554c03b2ff9084974bccb618d270d (diff) | |
| download | rockbox-cd8a9a043fd735ef7c24efdacbd11d0c9371ffca.zip rockbox-cd8a9a043fd735ef7c24efdacbd11d0c9371ffca.tar.gz rockbox-cd8a9a043fd735ef7c24efdacbd11d0c9371ffca.tar.bz2 rockbox-cd8a9a043fd735ef7c24efdacbd11d0c9371ffca.tar.xz | |
Menu for menu functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1950 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index ed5e826..52f2e02 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -46,7 +46,7 @@ extern char *thread_name[]; #ifdef HAVE_LCD_BITMAP /* Test code!!! */ -void dbg_os(void) +Menu dbg_os(void) { char buf[32]; int button; |