diff options
Diffstat (limited to 'Source/Core/Common/Src/CDUtils.cpp')
| -rw-r--r-- | Source/Core/Common/Src/CDUtils.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/Common/Src/CDUtils.cpp b/Source/Core/Common/Src/CDUtils.cpp index 7477568e0a..30dc8a27a3 100644 --- a/Source/Core/Common/Src/CDUtils.cpp +++ b/Source/Core/Common/Src/CDUtils.cpp @@ -149,16 +149,16 @@ static struct } checklist[] = { #ifdef __linux__ - { "/dev/cdrom", 0, 0}, - { "/dev/dvd", 0, 0}, - { "/dev/hd%c", 'a', 'z' }, + { "/dev/cdrom", 0, 0 }, + { "/dev/dvd", 0, 0 }, + { "/dev/hd%c", 'a', 'z' }, { "/dev/scd%d", 0, 27 }, - { "/dev/sr%d", 0, 27 }, + { "/dev/sr%d", 0, 27 }, #else { "/dev/acd%d", 0, 27 }, { "/dev/cd%d", 0, 27 }, #endif - { NULL } + { NULL, 0, 0 } }; // Returns true if a device is a block or char device and not a symbolic link |
