Skip to content

Commit 99bfaf2

Browse files
drfiemostf00b4r0
authored andcommitted
Remove unneeded argument (#4)
1 parent 1aa5056 commit 99bfaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exSID_ftdiwrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ int xSfw_dlopen()
252252
dlfail:
253253
xsdbg("dlsym error: %s", dlerrorstr);
254254
_xSfw_free_errstr(dlerrorstr);
255-
xSfw_dlclose(dlhandle);
255+
xSfw_dlclose();
256256
return -1;
257257
}
258258

0 commit comments

Comments
 (0)