diff options
Diffstat (limited to 'Private/Source/Storage')
| -rw-r--r-- | Private/Source/Storage/Storage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/Storage/Storage.cxx b/Private/Source/Storage/Storage.cxx index d9b997e1..7d4ba70a 100644 --- a/Private/Source/Storage/Storage.cxx +++ b/Private/Source/Storage/Storage.cxx @@ -9,5 +9,5 @@ #include <StorageKit/Storage.hpp> -const OSScsiPacket kCDRomPacketTemplate = {0x43, 0, 1, 0, 0, 0, +const SKScsiPacket kCDRomPacketTemplate = {0x43, 0, 1, 0, 0, 0, 0, 12, 0x40, 0, 0}; |
