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:
Kevin P. Fleming
2006-08-21 11:48:08 +00:00
parent 79dca5ef75
commit e288ef135e

View File

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