wmc: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Sep 28 01:44:58 CDT 2013


---
 tools/wmc/po.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/wmc/po.c b/tools/wmc/po.c
index de15e24..489c7d4 100644
--- a/tools/wmc/po.c
+++ b/tools/wmc/po.c
@@ -297,7 +297,7 @@ static void po_xerror2( int severity, po_message_t message1,
 
 static const struct po_xerror_handler po_xerror_handler = { po_xerror, po_xerror2 };
 
-static int is_english( int lan )
+static BOOL is_english( int lan )
 {
     return lan == MAKELANGID( LANG_ENGLISH, SUBLANG_DEFAULT );
 }
-- 
1.8.4




More information about the wine-patches mailing list