[devel] Fix typo in pngtest.c

("#if def" should be "#ifdef")
This commit is contained in:
Glenn Randers-Pehrson 2009-09-17 10:55:49 -05:00
parent 63a054d7d7
commit 9c1bb203e3

View File

@ -983,7 +983,7 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
png_set_sBIT(write_ptr, write_info_ptr, sig_bit);
}
#endif
#if def PNG_sCAL_SUPPORTED
#ifdef PNG_sCAL_SUPPORTED
#ifdef PNG_FLOATING_POINT_SUPPORTED
{
int unit;