aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
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)