From: Brian West Date: Fri, 25 Aug 2006 22:06:00 +0000 (+0000) Subject: This bugs me :P It's gotta match X-Git-Tag: v1.0-beta1~2315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071990853cffbbf4a65fc96aeb52a1f1aa6cd859;p=thirdparty%2Ffreeswitch.git This bugs me :P It's gotta match git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2393 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_g729/mod_g729.c b/src/mod/codecs/mod_g729/mod_g729.c index 9d6e98d65b..f48f9786b5 100644 --- a/src/mod/codecs/mod_g729/mod_g729.c +++ b/src/mod/codecs/mod_g729/mod_g729.c @@ -32,7 +32,7 @@ #include "switch.h" #include "g729.h" -static const char modname[] = "mod_codec_g729"; +static const char modname[] = "mod_g729"; struct g729_context {