uppercase (cosmetic)

This commit is contained in:
Glenn Maynard
2006-03-25 03:48:32 +00:00
parent 8fb7b2fbc5
commit 7e127ea542
@@ -102,7 +102,7 @@ void MemoryCardDriverThreaded_Windows::GetUSBStorageDevices( vector<UsbStorageDe
if( !(m_dwLastLogicalDrives & mask) )
continue; // drive letter is invalid
RString sDrive = ssprintf( "%c:", 'a'+i%26 );
RString sDrive = ssprintf( "%c:", 'A'+i%26 );
if( IsFloppyDrive(sDrive) )
continue;