diff options
Diffstat (limited to 'phpdbg_cmd.h')
-rw-r--r-- | phpdbg_cmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h index dc3899302d..57ec73fff5 100644 --- a/phpdbg_cmd.h +++ b/phpdbg_cmd.h @@ -89,7 +89,8 @@ struct _phpdbg_command_t { typedef struct { long num; zend_execute_data *execute_data; -} phpdbg_frame_t; /* }}} */ +} phpdbg_frame_t; +/* }}} */ /* * Workflow: |