+ fix clang warnings, fix wrong characters

This commit is contained in:
wmayer
2015-10-05 17:59:19 +02:00
parent 949fc4860a
commit fa2cf93da0
4 changed files with 5 additions and 5 deletions

View File

@@ -659,7 +659,7 @@ private:
pGMI = (tGMI) GetProcAddress( hPsapi, "GetModuleInformation" );
if ( (pEPM == NULL) || (pGMFNE == NULL) || (pGMBN == NULL) || (pGMI == NULL) )
{
// we couldn´t find all functions
// we couldn't find all functions
FreeLibrary(hPsapi);
return FALSE;
}