From df81f135e4777b26599e9a92b2310dc3a037f353 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Sun, 27 Mar 2005 21:58:10 +0000 Subject: [PATCH] GCC 4 fix (bug #3875) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5274 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.c b/channel.c index a6308a201f..d2ac71a247 100755 --- a/channel.c +++ b/channel.c @@ -287,7 +287,7 @@ int ast_best_codec(int fmts) static const struct ast_channel_tech null_tech = { .type = "NULL", - .description "Null channel (should not see this)", + .description = "Null channel (should not see this)", }; struct ast_channel *ast_channel_alloc(int needqueue) -- GitLab