Mercurial > hg > xemacs-beta
diff src/nas.c @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 6a378aca36af |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/nas.c Mon Aug 13 10:23:52 2007 +0200 +++ b/src/nas.c Mon Aug 13 10:24:41 2007 +0200 @@ -346,7 +346,7 @@ } #endif - if (aud==NULL) + if (aud==NULL) { if (aud_server != NULL) { char *m; @@ -368,6 +368,7 @@ #endif return 0; } + } #ifndef CACHE_SOUNDS sounds_in_play++; @@ -445,7 +446,7 @@ #endif - if (aud == NULL) + if (aud == NULL) { if (aud_server != NULL) { char *m; @@ -466,6 +467,7 @@ #endif return 0; } + } if ((s=SoundOpenDataForReading (data, length))==NULL) {