This commit is contained in:
Glenn Maynard
2006-10-07 04:13:43 +00:00
parent 064a411962
commit 8a4ddd1515
34 changed files with 84 additions and 84 deletions
+2 -2
View File
@@ -412,7 +412,7 @@ void MemoryCardManager::CheckStateChanges()
{
const UsbStorageDevice &new_device = m_Device[p];
MemoryCardState state = MemoryCardState_INVALID;
MemoryCardState state = MemoryCardState_Invalid;
RString sError;
if( m_bCardsLocked )
@@ -445,7 +445,7 @@ void MemoryCardManager::CheckStateChanges()
}
}
if( state == MemoryCardState_INVALID )
if( state == MemoryCardState_Invalid )
{
switch( new_device.m_State )
{