dbghelp: Use boolean return value in boolean function.
This commit is contained in:
parent
5c73a4e629
commit
1986dabc3e
dlls/dbghelp
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue