diff options
Diffstat (limited to 'phpdbg_cmd.h')
| -rw-r--r-- | phpdbg_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h index e164691e59..3896551c9a 100644 --- a/phpdbg_cmd.h +++ b/phpdbg_cmd.h @@ -171,7 +171,7 @@ PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg) #define PHPDBG_COMMAND_ARGS param TSRMLS_CC -#define PHPDBG_END_COMMAND {NULL, 0, NULL, 0, '\0', NULL, NULL, '\0', NULL, 0} +#define PHPDBG_END_COMMAND {NULL, 0, NULL, 0, '\0', NULL, NULL, NULL, NULL, 0} /* * Default Switch Case |
