summaryrefslogtreecommitdiff
path: root/apps/misc.h
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.h
parenta363035d9f23fe3f68e28bb8d32b339036576b0e (diff)
Cosmetic changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4954 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 097b6cce60..9588886b1d 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -40,6 +40,6 @@ void screen_dump(void);
bool settings_parseline(char* line, char** name, char** value);
bool clean_shutdown(void);
-int default_event_handler(int button);
+int default_event_handler(int event);
#endif