diff src/cdrom/macosx/CDPlayer.h @ 1487:dc6b59e925a2

Cleaning up warnings on MacOS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Mar 2006 06:33:21 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/src/cdrom/macosx/CDPlayer.h	Wed Mar 08 18:30:12 2006 +0000
+++ b/src/cdrom/macosx/CDPlayer.h	Thu Mar 09 06:33:21 2006 +0000
@@ -44,7 +44,7 @@
 
 void     Unlock();
 
-int      LoadFile (const FSRef *ref, int startFrame, int endFrame); // pass -1 to do nothing
+int      LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
 
 int      ReleaseFile ();