Commit b9aba914 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Use a FIXME style that will actually compile.

parent d7e56cff
......@@ -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
......
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