diff src/audio/SDL_audio.c @ 1487:dc6b59e925a2

Cleaning up warnings on MacOS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Mar 2006 06:33:21 +0000
parents e3242177fe4a
children 30f189cdd82b
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Wed Mar 08 18:30:12 2006 +0000
+++ b/src/audio/SDL_audio.c	Thu Mar 09 06:33:21 2006 +0000
@@ -29,7 +29,7 @@
 #include "SDL_sysaudio.h"
 
 #ifdef __OS2__
-// We'll need the DosSetPriority() API!
+/* We'll need the DosSetPriority() API! */
 #define INCL_DOSPROCESS
 #include <os2.h>
 #endif
@@ -178,8 +178,8 @@
 #endif
 
 #ifdef __OS2__
-        // Increase the priority of this thread to make sure that
-        // the audio will be continuous all the time!
+        /* Increase the priority of this thread to make sure that
+           the audio will be continuous all the time! */
 #ifdef USE_DOSSETPRIORITY
         if (SDL_getenv("SDL_USE_TIMECRITICAL_AUDIO"))
         {