From 8896e8b66443394223211db3d17d4fa0e6a5e7d3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Dec 2005 01:40:19 +0000 Subject: [PATCH] cleanup --- .../src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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