summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-26 23:31:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-26 23:31:40 +0000
commitf749093c267eccfdd8141107989a664c5ccec511 (patch)
tree2eecad55b7a35842514a8aefcdd4e03cfbf649bb /apps/misc.c
parenta363035d9f23fe3f68e28bb8d32b339036576b0e (diff)
downloadrockbox-f749093c267eccfdd8141107989a664c5ccec511.tar.gz
rockbox-f749093c267eccfdd8141107989a664c5ccec511.zip
Cosmetic changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4954 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 6d45a64023..f04681c998 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -233,9 +233,9 @@ bool clean_shutdown(void)
233 return false; 233 return false;
234} 234}
235 235
236int default_event_handler(int button) 236int default_event_handler(int event)
237{ 237{
238 switch(button) 238 switch(event)
239 { 239 {
240 case SYS_USB_CONNECTED: 240 case SYS_USB_CONNECTED:
241 usb_screen(); 241 usb_screen();