Use a FIXME style that will actually compile.

This commit is contained in:
Jon Griffiths 2004-11-30 17:23:37 +00:00 committed by Alexandre Julliard
parent d7e56cffd0
commit b9aba91460
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ into a stub:
BOOL WINAPI PolyBezierTo(HDC hdc, LPCVOID p, DWORD count)
{
/* tell the user they've got a substandard implementation */
FIXME(gdi, ":(%x,%p,%d): stub\n", hdc, p, count);
FIXME("(%x,%p,%d): stub\n", hdc, p, count);
/* some programs may be able to compensate,
* if they know what happened