Skip to content

Commit e12cd63

Browse files
author
icex2
committed
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.
1 parent 8804e66 commit e12cd63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imports/avs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ int property_set_flag(struct property *prop, int flags, int mask);
221221
void property_destroy(struct property *prop);
222222

223223
avs_error property_get_error(struct property *prop);
224-
struct property *property_clear_error(struct property *prop);
224+
void property_clear_error(struct property *prop);
225225

226226
int property_psmap_import(
227227
struct property *prop,

0 commit comments

Comments
 (0)