X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=fc85e0e7e33c99ea6631885fa6b37bbe946c531a;hb=49e2479efadce8f678966fc21a6db40b9b2024ac;hp=fe6daa10ea0004d9db5abd393659851021fc0196;hpb=6f7c5743c6352bbbf749a9a5dc32e1478e5a950d;p=open-adventure.git diff --git a/actions.c b/actions.c index fe6daa1..fc85e0e 100644 --- a/actions.c +++ b/actions.c @@ -861,8 +861,10 @@ static phase_codes_t fly(verb_t verb, obj_t obj) game.newloc = LOC_CLIFF; rspeak(RUG_RETURNS); } else { +// LCOV_EXCL_START /* should never happen */ rspeak(NOTHING_HAPPENS); +// LCOV_EXCL_STOP } return GO_TERMINATE; }