diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriver_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriver_Linux.cpp index 8f47e8e2de..1e26fcf63c 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriver_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriver_Linux.cpp @@ -135,7 +135,7 @@ void MemoryCardDriver_Linux::GetStorageDevices( vector& vDevic { // Read all usb-storage descriptors and map from our array to usb-storage device index. int iConnectedDeviceIndex = 0; - for( int iUsbStorageIndex = 0; true; iUsbStorageIndex++; ) + for( int iUsbStorageIndex = 0; true; iUsbStorageIndex++ ) { UsbStorageDevice& usbd = vDevicesOut[iConnectedDeviceIndex]; // Output looks like: