aboutsummaryrefslogtreecommitdiff
path: root/doc/developer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer.xml')
-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) {