From: Kevin P. Fleming Date: Mon, 21 Aug 2006 11:48:08 +0000 (+0000) Subject: swap module macro arguments to proper order X-Git-Tag: 1.4.0-beta1~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e288ef135ee0e7519bd4a9020e5e0e9fd9ce23ae;p=thirdparty%2Fasterisk.git swap module macro arguments to proper order git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40761 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/formats/format_g723.c b/formats/format_g723.c index ad0df5f261..615e20052e 100644 --- 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");