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:
12b2ff7
)
LCOV exclusuon correction - addresses issue #25.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 11 Jul 2017 03:04:22 +0000
(23:04 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 11 Jul 2017 03:04:22 +0000
(23:04 -0400)
actions.c
patch
|
blob
|
history
diff --git
a/actions.c
b/actions.c
index 2d02595cf305c3e83e39066f4688c332e7e8f6eb..b7bdaa52289044cfb55bb73c1bba52cf44940006 100644
(file)
--- a/
actions.c
+++ b/
actions.c
@@
-425,7
+425,7
@@
static int chain(verb_t verb)
* exclude from coverage testing. */
game.fixed[BEAR] = IS_FIXED;
break;
- // LCOV_EXCL_
END
+ // LCOV_EXCL_
STOP
default:
game.fixed[BEAR] = IS_FREE;
}