about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxext.c')
-rwxr-xr-xsrc/wrapped/wrappedlibxext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxext.c b/src/wrapped/wrappedlibxext.c
index 9482b70f..ab73af17 100755
--- a/src/wrapped/wrappedlibxext.c
+++ b/src/wrapped/wrappedlibxext.c
@@ -111,7 +111,7 @@ static void* reverse_exterrorhandleFct(void* fct)
     #define GO(A) if(my_exterrorhandle_##A == fct) return (void*)my_exterrorhandle_fct_##A;
     SUPER()
     #undef GO
-    return (void*)AddBridge(my_lib->priv.w.bridge, iFppp, fct, 0);
+    return (void*)AddBridge(my_lib->priv.w.bridge, iFppp, fct, 0, NULL);
 }
 
 #undef SUPER