Fix some mismatches in preprocessor directive comments

This commit is contained in:
Javier Eguiluz 2021-07-31 09:01:14 +02:00 committed by Nikita Popov
parent 9fb93e8ed1
commit 7c9ac479eb
4 changed files with 4 additions and 4 deletions

View file

@ -139,4 +139,4 @@ int dom_xpath_register_node_ns_read(dom_object *obj, zval *retval);
int dom_xpath_register_node_ns_write(dom_object *obj, zval *newval);
#endif
#endif /* DOM_PROPERTIERS_H */
#endif /* DOM_PROPERTIES_H */

View file

@ -860,4 +860,4 @@ void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile)
dest->outfile = outfile;
}
#endif /* HAVE_JPEG */
#endif /* HAVE_LIBJPEG */

View file

@ -207,4 +207,4 @@ main (char *argv[], int argc)
}
#endif /* TEST */
#endif /* HAVE_NEECACHE */
#endif /* NEED_CACHE */

View file

@ -104,5 +104,5 @@ main (int argc, char *argv[])
gdImageDestroy (im);
return 0;
#endif /* HAVE_FREETYPE */
#endif /* HAVE_LIBFREETYPE */
}