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:
Russell Bryant 2008-12-22 21:45:28 +00:00
parent 61c0d20d20
commit dd7ed66142
1 changed files with 1 additions and 1 deletions

View File

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