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 25937fae29..b1af859aee 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -101,7 +101,7 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain);
101#endif 101#endif
102 102
103#ifdef BOOTFILE 103#ifdef BOOTFILE
104#ifndef USB_IPODSTYLE 104#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
105void check_bootfile(bool do_rolo); 105void check_bootfile(bool do_rolo);
106#endif 106#endif
107#endif 107#endif