aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index ad26ed3c1..d4979ffbc 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -4195,10 +4195,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
ast_log(LOG_DEBUG, "Dunno what to do with event %d on channel %d\n", res, p->channel);
}
return &p->subs[index].f;
- }
-
-
-
+}
static struct ast_frame *__zt_exception(struct ast_channel *ast)
{