From 071990853cffbbf4a65fc96aeb52a1f1aa6cd859 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 25 Aug 2006 22:06:00 +0000 Subject: [PATCH] This bugs me :P It's gotta match git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2393 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_g729/mod_g729.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {