*** empty log message ***

This commit is contained in:
kaashoek 1988-05-31 13:22:14 +00:00
parent 83b11ebd82
commit 7cc193c460

View file

@ -129,11 +129,10 @@ char *parse_operand( ptr, n_ops, instr)
} }
else { else {
error("strange operand format: %s\n", ptr); error("strange operand format: %s\n", ptr);
/* /* We don't know what this code does ! */
*ptr++ = '\0'; *ptr++ = '\0';
ptr = skip_space( ptr); ptr = skip_space( ptr);
if ( *ptr != '\0') ptr++; /* skip ';' */ if ( *ptr != '\0') ptr++; /* skip ';' */
*/
} }
ptr = skip_space( ptr); ptr = skip_space( ptr);
} }