dbghelp: Use boolean return value in boolean function.
This commit is contained in:
parent
5c73a4e629
commit
1986dabc3e
|
@ -693,7 +693,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
|
||||||
symt_get_tag_str(type->tag));
|
symt_get_tag_str(type->tag));
|
||||||
/* fall through */
|
/* fall through */
|
||||||
case SymTagFunctionType:
|
case SymTagFunctionType:
|
||||||
return 0;
|
return FALSE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue