- 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

@ -199,7 +199,8 @@ int TricsSupportAction(SConnection *pCon, SicsInterp *pSics, void *pData,
SCSendOK(pCon);
return 1;
} else {
return 0; /* guessed return value M.Z. */
SCWrite(pCon,"ERROR: subcommand to tricssuport not understood",eError);
return 0;
}
}