From 3d12d7de624c734112741bdbe55bcdf818df19ab Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Wed, 24 Aug 2011 22:41:31 +0200 Subject: doc/developer.xml: change the coing style example return type to int --- doc/developer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: - static inline bool + static inline int foo(const char *abc, int xyz) { if (abc == NULL) { -- cgit v1.2.3