Commit 3d12d7de authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Max Kellermann

doc/developer.xml: change the coing style example return type to int

parent 87593f95
......@@ -57,7 +57,7 @@
Some example code:
</para>
<programlisting lang="C">static inline bool
<programlisting lang="C">static inline int
foo(const char *abc, int xyz)
{
if (abc == NULL) {
......
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