diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp index 7451ef76c6..863adc3e16 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp @@ -190,7 +190,7 @@ bool MemoryCardDriverThreaded_Linux::DoOneUpdate( bool bMount, vector::iterator iter = find( vOld.begin(), vOld.end(), d ); if( iter == vOld.end() ) // didn't find { - LOG->Trace("New device entering CHECKING: %s", d.sDevice.c_str() ); + LOG->Trace( "New device entering CHECKING: %s", d.sDevice.c_str() ); d.m_State = UsbStorageDevice::STATE_CHECKING; continue; } @@ -200,7 +200,7 @@ bool MemoryCardDriverThreaded_Linux::DoOneUpdate( bool bMount, vectorbIsNameAvailable; d.sName = iter->sName; - /* The device was here last time. If CHECKING, check the device now if + /* The device was here last time. If CHECKING, check the device now, if * we're allowed to. */ if( d.m_State == UsbStorageDevice::STATE_CHECKING ) { @@ -242,7 +242,6 @@ bool MemoryCardDriverThreaded_Linux::DoOneUpdate( bool bMount, vector