mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Cosmetic change - don't mix struct initializer styles.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -859,7 +859,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)
|
||||
|
Reference in New Issue
Block a user