mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Added missing \n in trace.
This commit is contained in:
parent
d6b348f0a1
commit
5dd2bc69e9
@ -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)
|
||||
{
|
||||
TRACE("(%p, %d, %d, %d, %d)\n", hdc, cardback, x, y, frame);
|
||||
FIXME("Implement me.");
|
||||
FIXME("Implement me.\n");
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user