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

This commit is contained in:
Francois Gouget 2012-01-16 00:54:05 +01:00 committed by Alexandre Julliard
parent bf5e5a981e
commit cbc7a0361e
1 changed files with 1 additions and 1 deletions

View File

@ -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;