Commit d5518e75 authored by Simeon Pilgrim's avatar Simeon Pilgrim Committed by Alexandre Julliard

Typo in stub-reporting style description

parent 32ca55ee
......@@ -697,7 +697,7 @@ FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name);
<para>
try to avoid the style:
<programlisting>
FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name);
FIXME(xxx, "(fd=%d, file=%s)\n", fd, name);
</programlisting>
but use:
<programlisting>
......
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