diff decoders/mpglib/interface.c @ 281:ad4c8f34136a

Minor formatting updates.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 14 Mar 2002 21:12:46 +0000
parents 52b9f37998db
children fb519e6028e3
line wrap: on
line diff
--- a/decoders/mpglib/interface.c	Thu Mar 14 21:11:52 2002 +0000
+++ b/decoders/mpglib/interface.c	Thu Mar 14 21:12:46 2002 +0000
@@ -10,11 +10,8 @@
 #include "mpg123_sdlsound.h"
 #include "mpglib_sdlsound.h"
 
-/* Global mp .. it's a hack */
-/*struct mpstr *gmp;*/
 
-
-BOOL InitMP3(struct mpstr *mp) 
+BOOL InitMP3(struct mpstr *mp)
 {
 	static int init = 0;