Typo in stub-reporting style description

This commit is contained in:
Simeon Pilgrim 2001-05-02 01:10:16 +00:00 committed by Alexandre Julliard
parent 32ca55ee9d
commit d5518e75f3

View file

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