summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/shmop/shmop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c
index adb9854efd..70362b477d 100644
--- a/ext/shmop/shmop.c
+++ b/ext/shmop/shmop.c
@@ -84,7 +84,7 @@ PHP_MSHUTDOWN_FUNCTION(shmop)
PHP_MINFO_FUNCTION(shmop)
{
php_info_print_table_start();
- php_info_print_table_header(2, "shmop support", "enabled");
+ php_info_print_table_row(2, "shmop support", "enabled");
php_info_print_table_end();
}