summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-07-02 10:14:59 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2024-07-04 12:44:04 -0400
commitb0dfcde2f5fb086e7a7f54b16a47e0433661cca7 (patch)
tree7336885079c98b5d0d3f245968882187164591ae /apps/onplay.h
parent3e9ca6ec8ed5d452db482ae3cffb66e5330ec244 (diff)
downloadrockbox-b0dfcde2f5fb086e7a7f54b16a47e0433661cca7.tar.gz
rockbox-b0dfcde2f5fb086e7a7f54b16a47e0433661cca7.zip
[Cleanup] onplay.c fileop.c
clean-up a bit more add/correct some comments fix some error passing guard delete path on PATH_TOO_LONG add some cpu_boost Change-Id: Icf179dd727271bdc61ab78400e10847222b9f858
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index ea1c2e6c38..74dc045db3 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -25,7 +25,7 @@
25#include "menu.h" 25#include "menu.h"
26#endif 26#endif
27 27
28int onplay(char* file, int attr, int from_screen, bool hotkey); 28int onplay(char* file, int attr, int from_context, bool hotkey);
29int get_onplay_context(void); 29int get_onplay_context(void);
30 30
31enum { 31enum {