summaryrefslogtreecommitdiff
path: root/res/res_agi.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-18 22:04:07 +0000
committerMark Spencer <markster@digium.com>2004-12-18 22:04:07 +0000
commitb3a0ef24ed5cd824de6e6e4ff3910befc3aa444c (patch)
tree0e2bf6344b172b40a0e38e1ea56edd9101d1649d /res/res_agi.c
parent750c73a62fc2830db9c47c1b6373054557a721c8 (diff)
Fix comment issues (bug #3089)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_agi.c')
-rwxr-xr-xres/res_agi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index d7582ba44..e7bced29a 100755
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -276,7 +276,7 @@ static int launch_script(char *script, char *argv[], int *fds, int *efd, int *op
close(fromast[0]);
if (efd) {
- // [PHM 12/18/03]
+ /* [PHM 12/18/03] */
close(audio[0]);
}
@@ -484,7 +484,7 @@ static int handle_getoption(struct ast_channel *chan, AGI *agi, int argc, char *
timeout = atoi(argv[4]);
else if (chan->pbx->dtimeout) {
/* by default dtimeout is set to 5sec */
- timeout = chan->pbx->dtimeout * 1000; //in msec
+ timeout = chan->pbx->dtimeout * 1000; /* in msec */
}
fs = ast_openstream(chan, argv[2], chan->language);