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

This commit is contained in:
Jonathan Neuschäfer 2011-08-24 22:41:31 +02:00 committed by Max Kellermann
parent 87593f95d4
commit 3d12d7de62

View File

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