X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=saveresume.c;h=f02132103389142810d593043073349b7369317f;hp=8fe93091697023b60db2c3a422fad66e7620e961;hb=5ce427b62b7f15c5629fecf5bd948ab89407882f;hpb=79875c80887f2484d6652a24dfc67167290680cc diff --git a/saveresume.c b/saveresume.c index 8fe9309..f021321 100644 --- a/saveresume.c +++ b/saveresume.c @@ -186,7 +186,7 @@ bool is_valid(struct game_t valgame) /* Validate that we didn't die too many times in save */ if (valgame.numdie >= NDEATHS) { - return false; + return false; // LCOV_EXCL_LINE } /* Recalculate tally, throw the towel if in disagreement */