aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index a6308a201..d2ac71a24 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)