projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6b3aa
)
Coverage repair.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 31 Jul 2017 19:26:56 +0000
(15:26 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 31 Jul 2017 19:26:56 +0000
(15:26 -0400)
actions.c
patch
|
blob
|
history
diff --git
a/actions.c
b/actions.c
index 375e6337b24385bb0ac9c311b705a7112f6aba52..1b9e999207378e3c7ad3082659c1eeed0719c1c9 100644
(file)
--- 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: