1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

fix a few comments. No code changes.

This commit is contained in:
AlexVinS
2014-05-21 13:02:20 +04:00
parent 6f65d2484b
commit 8a3b997fa5
6 changed files with 21 additions and 21 deletions

View File

@@ -139,7 +139,7 @@ bool CBIKHandler::open(std::string name)
logGlobal->errorStream() << "BIK handler: failed to open " << name;
goto checkErrorAndClean;
}
//GCC wants scope of waveout to dont cross labels/swith/goto
//GCC wants scope of waveout to don`t cross labels/swith/goto
{
void *waveout = GetProcAddress(dll,"_BinkOpenWaveOut@4");
if(waveout)