X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=980352f348dc201f3fff5bb87e8db09481f86316;hb=96950869c66c72e8726f3b6b901f2f97c1c009dc;hp=b7bdaa52289044cfb55bb73c1bba52cf44940006;hpb=d9aadeedba265a3bcd3b2a10879575831846edbe;p=open-adventure.git diff --git a/actions.c b/actions.c index b7bdaa5..980352f 100644 --- a/actions.c +++ b/actions.c @@ -420,12 +420,12 @@ static int chain(verb_t verb) switch (game.prop[BEAR]) { case BEAR_DEAD: // LCOV_EXCL_START - /* Can't be reached as long as the only way for the bear to die - * is from a bridge collapse. Leave in in case this changes, but - * exclude from coverage testing. */ + /* Can't be reached as long as the only way for the bear to die + * is from a bridge collapse. Leave in in case this changes, but + * exclude from coverage testing. */ game.fixed[BEAR] = IS_FIXED; break; - // LCOV_EXCL_STOP + // LCOV_EXCL_STOP default: game.fixed[BEAR] = IS_FREE; }