Merged revisions 166436 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r166436 | russell | 2008-12-22 15:45:28 -0600 (Mon, 22 Dec 2008) | 2 lines

Cosmetic change - don't mix struct initializer styles.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@166438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-12-22 21:46:53 +00:00
parent 4df667e276
commit 80159b17cc

View File

@@ -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)