aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_musiconhold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 055b9370a..f8c05e706 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -858,7 +858,7 @@ static struct ast_generator mohgen = {
.alloc = moh_alloc,
.release = moh_release,
.generate = moh_generate,
- digit: moh_handle_digit
+ .digit = moh_handle_digit,
};
static int moh_add_file(struct mohclass *class, const char *filepath)