aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-09 16:53:26 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-09 16:53:26 +0000
commit7df57fb2abe726a67b3d09eaeafff8036918fec4 (patch)
treea9553e1b63d0774c5dfcde8bd25a4d800c54f6f7 /main
parenta9c933346137bec5e68a7c479ad664e4840f8c5c (diff)
arbitrary formatting change to test a mantis change
(closes issue #12824) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@121285 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index ea6e6183a..cb1a56e79 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -1035,6 +1035,7 @@ int ast_queue_hangup_with_cause(struct ast_channel *chan, int cause)
ast_channel_unlock(chan);
}
+
return ast_queue_frame(chan, &f);
}