From 9644f1dcfe31c89fb5d1003e9932f93ca28bf6d8 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 25 May 2005 10:57:15 +0000 Subject: various code cleanups (bug #4353) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5764 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.c') diff --git a/app.c b/app.c index cce0cbeec..93273b1a7 100755 --- a/app.c +++ b/app.c @@ -271,7 +271,7 @@ int ast_dtmf_stream(struct ast_channel *chan,struct ast_channel *peer,char *digi if (!res) { res = ast_waitfor(chan,100); if (res > -1) { - for (ptr=digits;*ptr;*ptr++) { + for (ptr=digits; *ptr; ptr++) { if (*ptr == 'w') { res = ast_safe_sleep(chan, 500); if (res) -- cgit v1.2.3