From: Brian West Date: Fri, 25 Aug 2006 22:07:11 +0000 (+0000) Subject: This bugs me :P It's gotta match X-Git-Tag: v1.0-beta1~2313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4bd6038970e0c007bca7d2a9721f26c8edf12fa;p=thirdparty%2Ffreeswitch.git This bugs me :P It's gotta match git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2395 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_gsm/mod_gsm.c b/src/mod/codecs/mod_gsm/mod_gsm.c index ececdc1cbc..acbe85b9e2 100644 --- a/src/mod/codecs/mod_gsm/mod_gsm.c +++ b/src/mod/codecs/mod_gsm/mod_gsm.c @@ -31,7 +31,7 @@ */ #include "switch.h" #include "gsm.h" -static const char modname[] = "mod_codec_gsm"; +static const char modname[] = "mod_gsm"; struct gsm_context { gsm encoder; gsm decoder;