diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 06c9b9d3a5a5bda995848cd9f8e906001d84623b..c6b42b94833cef858f363d2974dfcf13a222b770 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -2726,9 +2726,8 @@ static struct ast_cli_entry cli_h323_trace_deprecated = static struct ast_cli_entry cli_h323_no_trace_deprecated = { "h.323", "no", "trace", NULL }, - h323_no_trace, "Disable H.323 Stack Tracing", - no_trace_usage }; -}; + h323_no_trace, "Disable H.323 Stack Tracing", + no_trace_usage }; static struct ast_cli_entry cli_h323_debug_deprecated = { { "h.323", "debug", NULL }, @@ -2737,9 +2736,8 @@ static struct ast_cli_entry cli_h323_debug_deprecated = static struct ast_cli_entry cli_h323_no_debug_deprecated = { "h.323", "no", "debug", NULL }, - h323_no_debug, "Disable H.323 debug", - no_debug_usage }; -}; + h323_no_debug, "Disable H.323 debug", + no_debug_usage }; static struct ast_cli_entry cli_h323_gk_cycle_deprecated = { { "h.323", "gk", "cycle", NULL },