summaryrefslogtreecommitdiff
path: root/apps/app_dictate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_dictate.c')
-rw-r--r--apps/app_dictate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dictate.c b/apps/app_dictate.c
index 53718d1e5..97011b1b2 100644
--- a/apps/app_dictate.c
+++ b/apps/app_dictate.c
@@ -175,7 +175,7 @@ static int dictate_exec(struct ast_channel *chan, const char *data)
ast_queue_frame(chan, &fr);
digit = 0;
}
- if ((f->frametype == AST_FRAME_DTMF)) {
+ if (f->frametype == AST_FRAME_DTMF) {
int got = 1;
switch(mode) {
case DMODE_PLAY: