[PATCH] Add a missing break statement.

Roderick Colenbrander thunderbird2k at gmx.net
Fri Mar 21 18:23:58 CDT 2008


---
 dlls/wined3d/surface.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 413d3af..ed98a33 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -3871,6 +3871,7 @@ static inline void surface_blt_to_drawable(IWineD3DSurfaceImpl *This, const RECT
                 coords[1].x =  1;   coords[1].y = -1;   coords[1].z = -1;
                 coords[2].x =  1;   coords[2].y = -1;   coords[2].z = -1;
                 coords[3].x = -1;   coords[3].y = -1;   coords[3].z = -1;
+                break;
 
             default:
                 ERR("Unexpected texture target\n");
-- 
1.5.3.8


--========GMX184921206201130947323--



More information about the wine-patches mailing list