+ fix clang warnings, fix wrong characters
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user