From: Eric S. Raymond Date: Fri, 16 Nov 2018 12:20:58 +0000 (-0500) Subject: Extend coverage. X-Git-Tag: 1.7~15 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=42a42c49ac16602933344d5c1f6236cb9683afd4 Extend coverage. --- diff --git a/main.c b/main.c index 2ba9dda..c27ac1c 100644 --- a/main.c +++ b/main.c @@ -1177,7 +1177,7 @@ Lookup: command.part = intransitive; command.verb = command.word[0].id; break; - case NUMERIC: // LCOV_EXCL_LINE + case NUMERIC: if (!settings.oldstyle) { sspeak(DONT_KNOW, command.word[0].raw); goto Lclearobj;