doc/developer.xml: change the coing style example return type to int
This commit is contained in:

committed by
Max Kellermann

parent
87593f95d4
commit
3d12d7de62
@@ -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) {
|
||||
|
Reference in New Issue
Block a user