From f45f2ab8f88858dea62b756276cdcc569d3f1e69 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 10 Nov 2013 20:01:40 -0200 Subject: [PATCH] - Fix comment --- phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg.c b/phpdbg.c index 8454780193..73108d799f 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -136,7 +136,7 @@ static sapi_module_struct phpdbg_sapi_module = { }; /* }}} */ -const opt_struct OPTIONS[] = { /* }}} */ +const opt_struct OPTIONS[] = { /* {{{ */ {'c', 1, "ini path override"}, {'d', 1, "define ini entry on command line"}, {'-', 0, NULL} -- 2.50.1