]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
This bugs me :P It's gotta match
authorBrian West <brian@freeswitch.org>
Fri, 25 Aug 2006 22:07:11 +0000 (22:07 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 25 Aug 2006 22:07:11 +0000 (22:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2395 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_gsm/mod_gsm.c

index ececdc1cbcf446ec602ac0474de4cac9ac50ce5a..acbe85b9e21543a61a92496032589cd25ace24f6 100644 (file)
@@ -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;