From: Eric S. Raymond Date: Mon, 31 Jul 2017 19:26:56 +0000 (-0400) Subject: Coverage repair. X-Git-Tag: 1.3~7 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=e50f1b8a7bb267b04116f33b0e8bbb0cfb4a360c;hp=5d6b3aaf629c2e8eb0eb4956acce0462731f6d70;p=open-adventure.git Coverage repair. --- diff --git a/actions.c b/actions.c index 375e633..1b9e999 100644 --- a/actions.c +++ b/actions.c @@ -1562,8 +1562,11 @@ int action(struct command_t command) speak(actions[command.verb].message); return GO_CLEAROBJ; } + // LCOV_EXCL_START + // This case should never happen - here only as placeholder case PART: return reservoir(); + // LCOV_EXCL_STOP case SEED: return seed(command.verb, command.raw2); case WASTE: