From: Felipe Pena Date: Sun, 10 Nov 2013 22:01:40 +0000 (-0200) Subject: - Fix comment X-Git-Tag: php-5.6.0alpha1~110^2~503^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f45f2ab8f88858dea62b756276cdcc569d3f1e69;p=php - Fix comment --- 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}