Linux compile fix

This commit is contained in:
baldurk
2018-10-04 18:53:30 +01:00
parent 920bc98f0c
commit c8ffe1831d
+1 -1
View File
@@ -142,7 +142,7 @@ void *intercept_dlopen(const char *filename, int flag, void *ret)
for(FunctionLoadCallback cb : callbacks)
if(cb)
cb(handle);
cb(ret);
ret = realdlopen("librenderdoc.so", flag);
break;