aboutsummaryrefslogtreecommitdiff
path: root/xbmc/cores/paplayer/AudioDecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/cores/paplayer/AudioDecoder.cpp')
-rw-r--r--xbmc/cores/paplayer/AudioDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/paplayer/AudioDecoder.cpp b/xbmc/cores/paplayer/AudioDecoder.cpp
index 03dc907c0b..a960776287 100644
--- a/xbmc/cores/paplayer/AudioDecoder.cpp
+++ b/xbmc/cores/paplayer/AudioDecoder.cpp
@@ -75,7 +75,7 @@ bool CAudioDecoder::Create(const CFileItem &file, int64_t seekOffset)
filecache = settings->GetInt(CSettings::SETTING_CACHE_HARDDISK);
else if ( file.IsOnDVD() )
filecache = settings->GetInt(CSettings::SETTING_CACHEAUDIO_DVDROM);
- else if ( file.IsOnLAN() )
+ else if (file.IsOnLAN())
filecache = settings->GetInt(CSettings::SETTING_CACHEAUDIO_LAN);
// create our codec