dbghelp: Use boolean return value in boolean function

André Hentschel nerv at dawncrow.de
Mon Apr 28 13:04:41 CDT 2014


---
 dlls/dbghelp/type.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c
index 012af5f..c0ffaa0 100644
--- a/dlls/dbghelp/type.c
+++ b/dlls/dbghelp/type.c
@@ -693,7 +693,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
                   symt_get_tag_str(type->tag));
             /* fall through */
         case SymTagFunctionType:
-            return 0;
+            return FALSE;
         }
         break;
 
-- 
1.8.1.2





More information about the wine-patches mailing list