mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-27 16:00:52 +01: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:
parent
a4b3f92935
commit
e81bd6f9cd
@ -221,7 +221,7 @@ int property_set_flag(struct property *prop, int flags, int mask);
|
|||||||
void property_destroy(struct property *prop);
|
void property_destroy(struct property *prop);
|
||||||
|
|
||||||
avs_error property_get_error(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(
|
int property_psmap_import(
|
||||||
struct property *prop,
|
struct property *prop,
|
||||||
|
Loading…
Reference in New Issue
Block a user