Another coverage tweak.
[open-adventure.git] / saveresume.c
index 8fe93091697023b60db2c3a422fad66e7620e961..f02132103389142810d593043073349b7369317f 100644 (file)
@@ -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 */