]> git.sesse.net Git - vlc/commitdiff
Fix typo introduced in [ba06700b854653f4c1af9175aefcb92796d8fd2e]
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:55:31 +0000 (17:55 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:55:31 +0000 (17:55 -0700)
Sorry about that.

modules/access/smb.c

index 9f95a9150afaa95fdccac6d446b9cd2278848241..86308e5200f10e1c55b775ee5998e54bebff79cb 100644 (file)
@@ -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];
     NETRESOURCE net_resource;
     DWORD i_result;
-    char *ps_parser;
+    char *psz_parser;
     VLC_UNUSED( psz_domain );
 
     HINSTANCE hdll = LoadLibrary(_T("MPR.DLL"));