Commit cbc7a036 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent bf5e5a98
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment