From: Eric S. Raymond Date: Tue, 11 Jul 2017 03:04:22 +0000 (-0400) Subject: LCOV exclusuon correction - addresses issue #25. X-Git-Tag: 1.2~8 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=d9aadeedba265a3bcd3b2a10879575831846edbe LCOV exclusuon correction - addresses issue #25. --- diff --git a/actions.c b/actions.c index 2d02595..b7bdaa5 100644 --- 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; }