cosmetics

This commit is contained in:
zolliker
2013-06-07 06:47:24 +00:00
parent d2c42c3913
commit ccd7bb79bd

View File

@@ -1010,7 +1010,7 @@ static int TclAction(SConnection * pCon, SicsInterp * pSics, void *pData,
Tcl_UnsetVar(pTcl, SICSERROR, TCL_GLOBAL_ONLY);
}
if (strlen(pTcl->result) > 0) {
SCPrintf(pCon, eError, "ERROR: Tcl reported %s in %s", pTcl->result,
SCPrintf(pCon, eError, "ERROR: Tcl reported %s in %s", pTcl->result,
pCommand);
}
if (pCommand != pBueffel)