diff Gui/interface.c @ 19997:adc8bfbb3628

Fix #ifdef indentation.
author diego
date Fri, 29 Sep 2006 09:21:53 +0000
parents e579e74d6c3c
children 945fa0eb37c0
line wrap: on
line diff
--- a/Gui/interface.c	Thu Sep 28 20:42:03 2006 +0000
+++ b/Gui/interface.c	Fri Sep 29 09:21:53 2006 +0000
@@ -286,11 +286,11 @@
  wsSetShape( &appMPlayer.mainWindow,appMPlayer.main.Mask.Image );
  wsXDNDMakeAwareness(&appMPlayer.mainWindow);
 
- #ifdef DEBUG
+#ifdef DEBUG
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[main] depth on screen: %d\n",wsDepthOnScreen );
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[main] parent: 0x%x\n",(int)appMPlayer.mainWindow.WindowID );
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[main] sub: 0x%x\n",(int)appMPlayer.subWindow.WindowID );
- #endif
+#endif
 
  appMPlayer.mainWindow.ReDraw=(void *)mplMainDraw;
  appMPlayer.mainWindow.MouseHandler=mplMainMouseHandle;