- fixed buggy assignment statements (== replaced by =)

This commit is contained in:
zolliker
2009-02-27 08:00:04 +00:00
parent 5af2dd819d
commit 664bc91ac7
5 changed files with 7 additions and 10 deletions

View File

@ -23,7 +23,6 @@ int LscHandler(void *object)
{
int iret, l;
EaseBase *eab = EaseBaseCast(object);
char *corr;
if (eab->state < EASE_idle)
goto quit;