Cosmetic touchups.
Removed trailing whitespace, added cast to remove warning, added file seeking in case of corrupt files.
This commit is contained in:
@@ -63,7 +63,7 @@ bool cEvent::Wait(unsigned a_TimeoutMSec)
|
||||
} // switch (wait_until())
|
||||
} // while (m_ShouldWait && not timeout)
|
||||
|
||||
// The wait timed out in the while() condition:
|
||||
// The wait timed out in the while condition:
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user