1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-09-23 18:38:22 +02:00

fix(avs): Incorrect function signature

After getting doubts, I looked this one up again on the
assembly. The decompiled output confused me
and no actual value is being returned there.
This commit is contained in:
icex2 2024-02-25 09:34:37 +01:00 committed by icex2
parent a4b3f92935
commit e81bd6f9cd

View File

@ -221,7 +221,7 @@ int property_set_flag(struct property *prop, int flags, int mask);
void property_destroy(struct property *prop);
avs_error property_get_error(struct property *prop);
struct property *property_clear_error(struct property *prop);
void property_clear_error(struct property *prop);
int property_psmap_import(
struct property *prop,