Index: class.c ================================================================== --- class.c +++ class.c @@ -1911,10 +1911,12 @@ nxttok(); if(tokent!=TF_INT) ParseError("Number expected\n"); if(tokenv=cl->nimages) ParseError("Image number out of range\n"); while(i<=tokenv) cl->images[i++]|=0x8000; + nxttok(); + if(tokent!=TF_CLOSE) ParseError("Close parenthesis expected\n"); } else if(tokent!=TF_CLOSE) { ParseError("Number expected\n"); } } else if(tokent==TF_CLOSE) { break;