- Miscellaneous fixes for compiler warnings

This commit is contained in:
koennecke
2005-03-23 08:20:24 +00:00
parent b4a82c3bad
commit f43a5af7fc
7 changed files with 16 additions and 13 deletions

View File

@ -554,5 +554,5 @@ HistInt *CheckBank(pFocusAverager self, SConnection *pCon,
mergData = getFMBankPointer(4);
return mergData;
}
return NULL; /* inserted statement, guessed return value M.Z */
return NULL;
}