summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-07-24 16:01:20 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-07-24 16:01:20 +0000
commit70fbe9dc146b41682ccc3bcb3a2a41e9bbbec8a4 (patch)
tree371b3523ee605691d16a8e9844858171838bc645 /main/channel.c
parent7846c2c91d39bb284d55f40c394b0bf1c721f04e (diff)
Add missing end-of-file line terminators.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index 4738e37d4..bdcdef5b9 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -10426,4 +10426,4 @@ void ast_channel_end_dtmf(struct ast_channel *chan, char digit, struct timeval s
ast_senddigit_end(chan, digit, duration);
ast_log(LOG_DTMF, "DTMF end '%c' simulated on %s due to %s, duration %ld ms\n",
digit, ast_channel_name(chan), why, duration);
-} \ No newline at end of file
+}