summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-15 23:48:12 +0000
committerMark Spencer <markster@digium.com>2005-01-15 23:48:12 +0000
commit160c04b7935f2d13671a2c16ed905eba475f06a5 (patch)
tree148de50e79eba09c6f90abf29b6509e0dbb264db /channel.c
parentdf4a69f7ced920665cd4858f43b5c1bbe31cd14c (diff)
Repair // comments to /* */ comments (bug #3347)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 1fb729553..10e668300 100755
--- a/channel.c
+++ b/channel.c
@@ -1221,7 +1221,7 @@ char ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd
ast_frfree(f);
}
}
- return 0; // Time is up
+ return 0; /* Time is up */
}
struct ast_frame *ast_read(struct ast_channel *chan)