diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-12-02 13:25:20 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-12-02 13:25:20 +0000 |
commit | fed41baf28b8451e30bdc0f4a8b8d590a35f323e (patch) | |
tree | ccabb87e971f18ed5c4eab58ea4cb71173b6028b /phpdbg_set.c | |
parent | e05b4977c5538f10c8cda6aba013116153262ac2 (diff) | |
parent | e6970ade6d4332f24b847ea896b49be03d31674e (diff) | |
download | php-git-fed41baf28b8451e30bdc0f4a8b8d590a35f323e.tar.gz |
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index 0c046eeaa1..1c6d3bef3c 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -151,7 +151,7 @@ PHPDBG_SET(colors) /* {{{ */ phpdbg_error( "set colors used incorrectly: set colors <on|off>"); } - + done: return SUCCESS; } /* }}} */ |