aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-08-24 22:41:31 +0200
committerMax Kellermann <max@duempel.org>2011-08-27 11:27:32 +0200
commit3d12d7de624c734112741bdbe55bcdf818df19ab (patch)
tree4fd20184f66c27e5ee7b971069c6696f32c9befb /doc
parent87593f95d43e1e113d3ed55d2dc038e3f846cc30 (diff)
doc/developer.xml: change the coing style example return type to int
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.xml b/doc/developer.xml
index c63e2c26..010b8506 100644
--- a/doc/developer.xml
+++ b/doc/developer.xml
@@ -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) {