]> Nishi Git Mirror - gwion.git/commitdiff
:art: win funcs typo typo
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 23:51:47 +0000 (00:51 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 23:51:47 +0000 (00:51 +0100)
src/plug.c

index c2a5ea7dc1f8786f38aae912f78fb7f0a7191878..1e5adf66c86fb1b457ef13935fde017dbe87eae2 100644 (file)
@@ -39,7 +39,7 @@ struct Plug_ {
 #include "windows.h"
 #define DLOPEN(dl, b) LoadLibrary(dl)
 #define DLSYM(dl, t, a) (t)(intptr_t)GetProcAddress(dl, STR(a));
-#define DLCLOSE(dl) Freelibrary(dl);
+#define DLCLOSE(dl) FreeLibrary(dl);
 #endif
 ANN static void plug_get(PlugInfo* p, const m_str c) {
   void* dl = DLOPEN(c, RTLD_LAZY);