summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
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 998ee9ea8f..1ac63da773 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -73,7 +73,7 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain);
73int open_utf8(const char* pathname, int flags); 73int open_utf8(const char* pathname, int flags);
74 74
75#ifdef BOOTFILE 75#ifdef BOOTFILE
76#if !defined(USB_NONE) && !defined(USB_IPODSTYLE) 76#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
77void check_bootfile(bool do_rolo); 77void check_bootfile(bool do_rolo);
78#endif 78#endif
79#endif 79#endif