Fix some compiler warnings and mixed space/tab indentation

This commit is contained in:
Douglas Clowes
2014-02-19 14:37:13 +11:00
parent 54e217af78
commit 4bfa758667
9 changed files with 27 additions and 26 deletions

View File

@ -85,6 +85,7 @@ int SimIdxRun();
* \param errCode pointer to an integer error code
* \param error A text buffer to hold a description of the error
* \param errLen The length of error
*/
void SimIdxGetError(int *errCode, char *error, int errLen);
/**