wined3d: Add a trailing '\n' to a FIXME() message.

Francois Gouget fgouget at free.fr
Sun Jan 15 17:54:05 CST 2012


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

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 84d757b..f0edb92 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -5681,7 +5681,7 @@ void surface_load_ds_location(struct wined3d_surface *surface, struct wined3d_co
                 /* Nothing to do */
                 break;
             default:
-                FIXME("Unhandled location %#x", location);
+                FIXME("Unhandled location %#x\n", location);
         }
         surface->flags &= ~SFLAG_LOST;
         surface->flags |= location;
-- 
1.7.7.3



More information about the wine-patches mailing list