mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
swap module macro arguments to proper order
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user