Skip to content

Commit 7c9ac47

Browse files
javiereguiluznikic
authored andcommitted
Fix some mismatches in preprocessor directive comments
1 parent 9fb93e8 commit 7c9ac47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ext/dom/dom_properties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ int dom_xpath_register_node_ns_read(dom_object *obj, zval *retval);
139139
int dom_xpath_register_node_ns_write(dom_object *obj, zval *newval);
140140
#endif
141141

142-
#endif /* DOM_PROPERTIERS_H */
142+
#endif /* DOM_PROPERTIES_H */

ext/gd/libgd/gd_jpeg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,4 +860,4 @@ void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile)
860860
dest->outfile = outfile;
861861
}
862862

863-
#endif /* HAVE_JPEG */
863+
#endif /* HAVE_LIBJPEG */

ext/gd/libgd/gdcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ main (char *argv[], int argc)
207207
}
208208

209209
#endif /* TEST */
210-
#endif /* HAVE_NEECACHE */
210+
#endif /* NEED_CACHE */

ext/gd/libgd/gdtestft.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ main (int argc, char *argv[])
104104
gdImageDestroy (im);
105105

106106
return 0;
107-
#endif /* HAVE_FREETYPE */
107+
#endif /* HAVE_LIBFREETYPE */
108108
}

0 commit comments

Comments
 (0)