]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndulaw.cpp
1. more warnings fixed
[wxWidgets.git] / contrib / src / mmedia / sndulaw.cpp
index 3ad9e5174a022b1ff3871fbca6a6c668b6b60440..f0ea5cfc66b4ac38b82ffbd97d828414bf7e570d 100644 (file)
@@ -163,8 +163,9 @@ bool wxSoundStreamUlaw::SetSoundFormat(const wxSoundFormatBase& format)
         return FALSE;
     }
     
-    // As the codec only support 16 bits, Mono we must use a wxSoundRouter to filter the data and
-    // to translate them to a format supported by the sound card.
+    // As the codec only support 16 bits, Mono we must use a wxSoundRouter
+    // to filter the data and to translate them to a format supported
+    // by the sound card.
     
     wxSoundFormatPcm pcm;
     wxSoundFormatUlaw *ulaw;