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

Alexandre Julliard julliard at winehq.org
Mon Jan 16 13:01:29 CST 2012


Module: wine
Branch: master
Commit: cbc7a0361ea3cddafe404e23fb9ba9f322a0712f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cbc7a0361ea3cddafe404e23fb9ba9f322a0712f

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jan 16 00:54:05 2012 +0100

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

---

 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;




More information about the wine-cvs mailing list