From: krakjoe Date: Sun, 13 Apr 2014 10:17:04 +0000 (+0100) Subject: fix command structure X-Git-Tag: php-5.6.0beta2~1^2~37^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b2f12159b5876f45746bc7335c8effcdf621e4a;p=php fix command structure --- diff --git a/phpdbg_watch.h b/phpdbg_watch.h index b5aba3c23c..7c3a160034 100644 --- a/phpdbg_watch.h +++ b/phpdbg_watch.h @@ -45,6 +45,7 @@ static const phpdbg_command_t phpdbg_watch_commands[] = { PHPDBG_COMMAND_D_EX(array, "create watchpoint on an array", 'a', watch_array, NULL, "s"), PHPDBG_COMMAND_D_EX(delete, "delete watchpoint", 'd', watch_delete, NULL, "s"), PHPDBG_COMMAND_D_EX(recursive, "create recursive watchpoints", 'r', watch_recursive, NULL, "s"), + PHPDBG_END_COMMAND }; /* Watchpoint functions/typedefs */