Typo in stub-reporting style description
This commit is contained in:
parent
32ca55ee9d
commit
d5518e75f3
|
@ -697,7 +697,7 @@ FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name);
|
||||||
<para>
|
<para>
|
||||||
try to avoid the style:
|
try to avoid the style:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name);
|
FIXME(xxx, "(fd=%d, file=%s)\n", fd, name);
|
||||||
</programlisting>
|
</programlisting>
|
||||||
but use:
|
but use:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
|
Loading…
Reference in New Issue