projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c0d20
)
Cosmetic change - don't mix struct initializer styles.
author
Russell Bryant
<russell@russellbryant.com>
Mon, 22 Dec 2008 21:45:28 +0000
(21:45 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 22 Dec 2008 21:45:28 +0000
(21:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166436
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_musiconhold.c
patch
|
blob
|
history
diff --git
a/res/res_musiconhold.c
b/res/res_musiconhold.c
index
8d3a2d3
..
58894a1
100644
(file)
--- a/
res/res_musiconhold.c
+++ b/
res/res_musiconhold.c
@@
-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)