Index: channel.c =================================================================== RCS file: /usr/cvsroot/asterisk/channel.c,v retrieving revision 1.178 diff -u -r1.178 channel.c --- channel.c 24 Mar 2005 03:04:45 -0000 1.178 +++ channel.c 27 Mar 2005 17:06:19 -0000 @@ -287,7 +287,7 @@ 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)