From d9aadeedba265a3bcd3b2a10879575831846edbe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Jul 2017 23:04:22 -0400 Subject: [PATCH] LCOV exclusuon correction - addresses issue #25. --- actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.31.1