X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=809574b6c35cc82e02208a05862133463aa26e2b;hb=9af3ab4ecddbd6dd0347a4adc54a98b5153a9fb6;hp=eb8936214e16cbc90c75d665124da1c6e044f870;hpb=017162da6eff656d1b77ba849fcbc8efe3667daf;p=open-adventure.git diff --git a/main.c b/main.c index eb89362..809574b 100644 --- a/main.c +++ b/main.c @@ -255,7 +255,7 @@ static void checkhints(void) game.hintlc[hint] = 0; return; default: // LCOV_EXCL_LINE - // Should never hap[pen + // Should never happen BUG(HINT_NUMBER_EXCEEDS_GOTO_LIST); // LCOV_EXCL_LINE }