summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/misc.c b/apps/misc.c
index e72f19eda9..acc1378ae5 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -64,7 +64,7 @@
64#include "misc.h" 64#include "misc.h"
65 65
66#ifdef BOOTFILE 66#ifdef BOOTFILE
67#ifndef USB_IPODSTYLE 67#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
68#include "textarea.h" 68#include "textarea.h"
69#include "rolo.h" 69#include "rolo.h"
70#include "yesno.h" 70#include "yesno.h"
@@ -842,13 +842,13 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
842 scrobbler_flush_cache(); 842 scrobbler_flush_cache();
843 system_flush(); 843 system_flush();
844#ifdef BOOTFILE 844#ifdef BOOTFILE
845#ifndef USB_IPODSTYLE 845#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
846 check_bootfile(false); /* gets initial size */ 846 check_bootfile(false); /* gets initial size */
847#endif 847#endif
848#endif 848#endif
849 usb_screen(); 849 usb_screen();
850#ifdef BOOTFILE 850#ifdef BOOTFILE
851#ifndef USB_IPODSTYLE 851#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
852 check_bootfile(true); 852 check_bootfile(true);
853#endif 853#endif
854#endif 854#endif
@@ -944,7 +944,7 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain)
944#endif 944#endif
945 945
946#ifdef BOOTFILE 946#ifdef BOOTFILE
947#ifndef USB_IPODSTYLE 947#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
948/* 948/*
949 memorize/compare details about the BOOTFILE 949 memorize/compare details about the BOOTFILE
950 we don't use dircache because it may not be up to date after 950 we don't use dircache because it may not be up to date after