Browse Source

- Fix comment

pull/550/head
Felipe Pena 13 years ago
parent
commit
f45f2ab8f8
  1. 2
      phpdbg.c

2
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}

Loading…
Cancel
Save