[vlc-commits] win32: plugin: Fix winrt build
Hugo Beauzée-Luyssen
git at videolan.org
Fri Jul 8 13:34:19 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jul 8 13:34:01 2016 +0200| [89e6551b466f35a79b7eac4b9caa7d2504e19021] | committer: Hugo Beauzée-Luyssen
win32: plugin: Fix winrt build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89e6551b466f35a79b7eac4b9caa7d2504e19021
---
src/win32/plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/win32/plugin.c b/src/win32/plugin.c
index 02d6446..a411def 100644
--- a/src/win32/plugin.c
+++ b/src/win32/plugin.c
@@ -111,7 +111,7 @@ int module_Load( vlc_object_t *p_this, const char *psz_file,
SetThreadErrorMode (mode, NULL);
}
#else
- LoadPackagedLibrary( wfile )
+ LoadPackagedLibrary( wfile );
#endif
free (wfile);
More information about the vlc-commits
mailing list