Readability fix.

This commit is contained in:
Eric S. Raymond 2017-06-10 13:58:18 -04:00
parent b92fb66c44
commit d3e84846d3

View file

@ -1036,6 +1036,7 @@ int action(FILE *input, enum speechpart part, long verb, long obj)
} }
BUG(24); BUG(24);
case unknown: case unknown:
/* Unknown verb, couldn't deduce object - might need hint */
SETPRM(1,WD1,WD1X); SETPRM(1,WD1,WD1X);
RSPEAK(255); RSPEAK(255);
return(2600); return(2600);