From df79b479d913bbea9bae8c509b59c0d47cf23525 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 12 Feb 2007 23:32:29 +0000 Subject: [PATCH] woops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4215 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 495197982f..cf59bd4a36 100644 --- a/src/mod/codecs/mod_g729/mod_g729.c +++ b/src/mod/codecs/mod_g729/mod_g729.c @@ -264,7 +264,7 @@ static const switch_codec_implementation_t g729_8k_implementation = { static const switch_codec_interface_t g729_codec_interface = { /*.interface_name */ "g729", - /*.implementations */ &g729a_8k_implementation, + /*.implementations */ &g729_8k_implementation, /*.next */ NULL };