aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrystalP <CrystalP@xbmc.org>2011-03-08 23:06:39 -0500
committerCrystalP <CrystalP@xbmc.org>2011-03-08 23:06:39 -0500
commitb27f04cca4c421ae53e242884a3f0d4f5e8e6930 (patch)
tree8c7d991b23320e083f693fa41f0a7a261466c4d1
parent5dcb7712ea26a6f33c719547e4fd7d8635e957c1 (diff)
fixed build: typo in commit f59d0699
-rw-r--r--xbmc/storage/IoSupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/storage/IoSupport.cpp b/xbmc/storage/IoSupport.cpp
index 124394a6a6..6093f70ccf 100644
--- a/xbmc/storage/IoSupport.cpp
+++ b/xbmc/storage/IoSupport.cpp
@@ -408,7 +408,7 @@ INT CIoSupport::ReadSector(HANDLE hDevice, DWORD dwSector, LPSTR lpczBuffer)
DWORD dwRead;
DWORD dwSectorSize = 2048;
-#if defined(__APPLE__) && HAS_DVD_DRIVE
+#if defined(__APPLE__) && defined(HAS_DVD_DRIVE)
dk_cd_read_t cd_read;
memset( &cd_read, 0, sizeof(cd_read) );