The following commit has been merged in the master branch:
commit 9d6d85010912f64c5ccaf6cf9d733f2e3d54bcc7
Author: Bradley Smith <[EMAIL PROTECTED]>
Date:   Fri Sep 26 21:10:21 2008 +0100

    Stop mixing tabs and spaces in 10_fix_ati_crash.
    
    Signed-off-by: Bradley Smith <[EMAIL PROTECTED]>

diff --git a/debian/patches/10_fix_ati_crash b/debian/patches/10_fix_ati_crash
index fb58fc5..f3caee1 100644
--- a/debian/patches/10_fix_ati_crash
+++ b/debian/patches/10_fix_ati_crash
@@ -12,11 +12,11 @@ diff -Naur briquolo-0.5.7.orig/src/MOGL/MOGL_Fenetre.cpp 
briquolo-0.5.7/src/MOGL
                        // On recommence donc !
                        _NbBitParPixel = 24;
                        _SurfaceSDL = _CreerFenetre(_NbBitParPixel, flags);
-+            if(_SurfaceSDL == NULL)
-+            {
-+                          _NbBitParPixel = 16;
-+                          _SurfaceSDL = _CreerFenetre(_NbBitParPixel, flags);
-+            }
++           if(_SurfaceSDL == NULL)
++           {
++               _NbBitParPixel = 16;
++               _SurfaceSDL = _CreerFenetre(_NbBitParPixel, flags);
++           }
                }
        }
        if (_SurfaceSDL == NULL)

-- 
Packaging for briquolo

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to