aboutsummaryrefslogtreecommitdiffstats
path: root/main/abstract_jb.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/abstract_jb.c')
-rw-r--r--main/abstract_jb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/abstract_jb.c b/main/abstract_jb.c
index 6f5fa4ce6..64c7f77ab 100644
--- a/main/abstract_jb.c
+++ b/main/abstract_jb.c
@@ -399,7 +399,7 @@ static void jb_get_and_deliver(struct ast_channel *chan)
res = jbimpl->get(jbobj, &f, now, interpolation_len);
- switch(res) {
+ switch (res) {
case JB_IMPL_OK:
/* deliver the frame */
ast_write(chan, f);