From e12cd63ba2ec72a3d6ee2cec431df9ff6800d7a7 Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 25 Feb 2024 09:30:47 +0100 Subject: [PATCH] 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. --- src/imports/avs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imports/avs.h b/src/imports/avs.h index 9dce5be..ae054e5 100644 --- a/src/imports/avs.h +++ b/src/imports/avs.h @@ -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,