diff options
Diffstat (limited to 'doc/developer.xml')
-rw-r--r-- | doc/developer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.xml b/doc/developer.xml index c63e2c265..010b85064 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) { |