From 3d0e3d3c0fe7da976f096b490b2b905f389f5afd Mon Sep 17 00:00:00 2001 From: James Golovich Date: Tue, 29 Jun 2004 04:42:19 +0000 Subject: More formatting cleanups. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3337 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_musiconhold.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/res_musiconhold.c') diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 960f40d2b..311cb4046 100755 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -233,7 +233,7 @@ static void *monmp3thread(void *data) error_usec = 0; for(;/* ever */;) { /* Spawn mp3 player if it's not there */ - if (class->srcfd < 0) { + if (class->srcfd < 0) { if ((class->srcfd = spawn_mp3(class)) < 0) { ast_log(LOG_WARNING, "unable to spawn mp3player\n"); /* Try again later */ @@ -300,7 +300,7 @@ static void *monmp3thread(void *data) /* Write data */ if ((res = write(moh->pipe[1], sbuf, res2)) != res2) if (option_debug) - ast_log(LOG_DEBUG, "Only wrote %d of %d bytes to pipe\n", res, res2); + ast_log(LOG_DEBUG, "Only wrote %d of %d bytes to pipe\n", res, res2); moh = moh->next; } ast_mutex_unlock(&moh_lock); -- cgit v1.2.3