GCC 4 fix (bug #3875)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5274 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 20 years ago
parent a35dab18bd
commit df81f135e4

@ -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)

Loading…
Cancel
Save