From 9c1bb203e3f9ea442cb26855fb9b028bc4112b66 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 17 Sep 2009 10:55:49 -0500 Subject: [PATCH] [devel] Fix typo in pngtest.c ("#if def" should be "#ifdef") --- pngtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngtest.c b/pngtest.c index 051eca9e1..4673c6c43 100644 --- a/pngtest.c +++ b/pngtest.c @@ -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;