Skip to content

Commit

Permalink
fixup! dev: Make the use of stdio FILE robust.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowler committed Oct 14, 2024
1 parent 991d36b commit cb9b8cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/libtests/pngimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,7 @@ compare_read(struct display *dp, int applied_transforms)
C(height);
C(bit_depth);
C(color_type);
# ifdef PNG_WRITE_INTERLACING_SUPPORTED
C(interlace_method);
# endif
C(interlace_method);
C(compression_method);
C(filter_method);

Expand Down

0 comments on commit cb9b8cd

Please sign in to comment.