Commit aa138819 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix typo introduced in [ba06700b]

Sorry about that.
parent 83aca3e6
...@@ -444,7 +444,7 @@ static void Win32AddConnection( access_t *p_access, char *psz_path, ...@@ -444,7 +444,7 @@ static void Win32AddConnection( access_t *p_access, char *psz_path,
char psz_remote[MAX_PATH], psz_server[MAX_PATH], psz_share[MAX_PATH]; char psz_remote[MAX_PATH], psz_server[MAX_PATH], psz_share[MAX_PATH];
NETRESOURCE net_resource; NETRESOURCE net_resource;
DWORD i_result; DWORD i_result;
char *ps_parser; char *psz_parser;
VLC_UNUSED( psz_domain ); VLC_UNUSED( psz_domain );
HINSTANCE hdll = LoadLibrary(_T("MPR.DLL")); HINSTANCE hdll = LoadLibrary(_T("MPR.DLL"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment