[MPlayer-cvslog] r33200 - trunk/gui/util/bitmap.c
    ib 
    subversion at mplayerhq.hu
       
    Mon Apr  4 14:14:26 CEST 2011
    
    
  
Author: ib
Date: Mon Apr  4 14:14:26 2011
New Revision: 33200
Log:
Add missing 'else'.
Modified:
   trunk/gui/util/bitmap.c
Modified: trunk/gui/util/bitmap.c
==============================================================================
--- trunk/gui/util/bitmap.c	Mon Apr  4 14:01:27 2011	(r33199)
+++ trunk/gui/util/bitmap.c	Mon Apr  4 14:14:26 2011	(r33200)
@@ -227,7 +227,7 @@ void Convert32to1(txSample *in, txSample
 
     if (out->Image == NULL)
         mp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_NotEnoughMemoryC32To1);
-    {
+    else {
         int i, b, c = 0;
         unsigned int *buf = NULL;
         unsigned char tmp = 0;
    
    
More information about the MPlayer-cvslog
mailing list