From 0a88af276499a9f02f1d8bc8fe3ef3916e078a06 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Mon, 10 Jul 2017 18:03:14 -0700 Subject: [PATCH] Correct typoed LCOV_EXCL comment. Fixes 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; }