summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index acadf70421..89ad566568 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -1389,7 +1389,7 @@ PHP_MINFO_FUNCTION(gd)
char tmp[12];
snprintf(tmp, sizeof(tmp), "%d", gdJpegGetVersionInt());
php_info_print_table_row(2, "JPG Support", "enabled");
- php_info_print_table_row(2, "libPNG Version", tmp);
+ php_info_print_table_row(2, "libJPEG Version", tmp);
}
#endif