summaryrefslogtreecommitdiff
path: root/apps/credits.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/credits.h')
-rw-r--r--apps/credits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/credits.h b/apps/credits.h
index 36f16170cb..dd4b459326 100644
--- a/apps/credits.h
+++ b/apps/credits.h
@@ -21,7 +21,7 @@
21#define __ROCKBOX_CREDITS_H__ 21#define __ROCKBOX_CREDITS_H__
22 22
23/* Show who worked on the project */ 23/* Show who worked on the project */
24void show_credits(void); 24void roll_credits(void);
25 25
26#endif 26#endif
27 27