From 1b2f12159b5876f45746bc7335c8effcdf621e4a Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 13 Apr 2014 11:17:04 +0100 Subject: [PATCH] fix command structure --- phpdbg_watch.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.50.1