From f1f5a325c11350dd60d1fb454787b65ee89a2748 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 22 Nov 2001 22:46:31 +0000 Subject: [PATCH] - Beautifying --- ext/mcal/php_mcal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index c5dcdf8018..70c236e012 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -153,7 +153,7 @@ PHP_MINFO_FUNCTION(mcal) php_info_print_table_start(); php_info_print_table_row(2, "MCAL Support", "enabled" ); #ifdef MCALVER - snprintf(tmp, 128, "%s
%d", CALVER, MCALVER); + snprintf(tmp, 128, "%s - %d", CALVER, MCALVER); #else snprintf(tmp, 128, "%s", CALVER ); #endif -- 2.50.1