1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
This commit is contained in:
Felipe Pena
2013-11-20 09:11:23 -02:00
parent 3e6f942d1a
commit e7d0032bea
+1 -1
View File
@@ -118,7 +118,7 @@ void phpdbg_clear_param(phpdbg_param_t *param TSRMLS_DC) /* {{{ */
} /* }}} */
static inline phpdbg_input_t** phpdbg_read_argv(char *buffer, int *argc TSRMLS_DC) /* {{{ */
static inline phpdbg_input_t **phpdbg_read_argv(char *buffer, int *argc TSRMLS_DC) /* {{{ */
{
char *p;
char b[PHPDBG_MAX_CMD];