Commit 5dd2bc69 authored by Alexandre Julliard's avatar Alexandre Julliard

Added missing \n in trace.

parent d6b348f0
...@@ -202,7 +202,7 @@ BOOL WINAPI cdtDraw(HDC hdc, int x, int y, int card, int mode, DWORD color) ...@@ -202,7 +202,7 @@ BOOL WINAPI cdtDraw(HDC hdc, int x, int y, int card, int mode, DWORD color)
BOOL WINAPI cdtAnimate(HDC hdc, int cardback, int x, int y, int frame) BOOL WINAPI cdtAnimate(HDC hdc, int cardback, int x, int y, int frame)
{ {
TRACE("(%p, %d, %d, %d, %d)\n", hdc, cardback, x, y, frame); TRACE("(%p, %d, %d, %d, %d)\n", hdc, cardback, x, y, frame);
FIXME("Implement me."); FIXME("Implement me.\n");
return FALSE; return FALSE;
} }
......
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