Added missing \n in trace.

This commit is contained in:
Alexandre Julliard 2004-03-23 01:20:44 +00:00
parent d6b348f0a1
commit 5dd2bc69e9
1 changed files with 1 additions and 1 deletions

View File

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