]> granicus.if.org Git - php/commitdiff
- Fix comment
authorFelipe Pena <felipensp@gmail.com>
Sun, 10 Nov 2013 22:01:40 +0000 (20:01 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 10 Nov 2013 22:01:40 +0000 (20:01 -0200)
phpdbg.c

index 84547801937197a8c1a43ba3b7887261ffb52034..73108d799f0886e9138e15b04376db95d0e49483 100644 (file)
--- 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}