Made SICS PSI part compile on OSX Maverick with clang

This commit is contained in:
2014-03-14 09:51:48 +01:00
parent fc0ff43db2
commit 71c03ee3d1
13 changed files with 63 additions and 17 deletions

View File

@ -635,7 +635,7 @@ static int SQStatus(pHistDriver self, SConnection * pCon)
COUNTID);
if (pCountInt) {
status = pCountInt->CheckCountStatus(pInternal->pCounter, pCon);
if ((status == HWFault)) {
if (status == HWFault) {
ReleaseCountLock(pCountInt);
return status;
}