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:
79dca5e
)
swap module macro arguments to proper order
author
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 21 Aug 2006 11:48:08 +0000
(11:48 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 21 Aug 2006 11:48:08 +0000
(11:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40761
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
formats/format_g723.c
patch
|
blob
|
history
diff --git
a/formats/format_g723.c
b/formats/format_g723.c
index
ad0df5f
..
615e200
100644
(file)
--- a/
formats/format_g723.c
+++ b/
formats/format_g723.c
@@
-160,4
+160,4
@@
static int unload_module(void)
return ast_format_unregister(g723_1_f.name);
}
-AST_MODULE_INFO_STANDARD("G.723.1 Simple Timestamp File Format", ASTERISK_GPL_KEY);
+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "G.723.1 Simple Timestamp File Format");