Skip to content

Commit 5d411bf

Browse files
missing nocov ends
1 parent bbc8a18 commit 5d411bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fwrite.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ void fwriteMain(fwriteMainArgs args)
905905
free(zbuffPool);
906906
#endif
907907
STOP(_("Can't init stream structure for writing header"));
908+
// # nocov end
908909
}
909910
char* zbuff = zbuffPool;
910911
// write minimal gzip header
@@ -958,6 +959,7 @@ void fwriteMain(fwriteMainArgs args)
958959
free(zbuffPool);
959960
#endif
960961
STOP(_("%s: '%s'"), strerror(errno), args.filename);
962+
// # nocov end
961963
}
962964
return;
963965
}

0 commit comments

Comments
 (0)