diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-24 17:50:22 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-24 17:50:22 +0000 |
commit | c85f247eacccec99d531109732bb3ba757806ecc (patch) | |
tree | a3bfdd34b34c550f1d312868817fef90f40ab3dc /phpdbg_cmd.h | |
parent | bb134a40593b9b9556ff4db9c697bc3b6fc68806 (diff) | |
download | php-git-c85f247eacccec99d531109732bb3ba757806ecc.tar.gz |
make api function and format structure for color management
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: |