Francois Gouget : winedump: Fix the spelling of a NETWORK_VOLUME_INFO field .

Alexandre Julliard julliard at winehq.org
Tue May 15 12:55:58 CDT 2012


Module: wine
Branch: master
Commit: 61267a2bdc0516337146aff22f84c4d2b4cd4ee5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=61267a2bdc0516337146aff22f84c4d2b4cd4ee5

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue May 15 09:46:45 2012 +0200

winedump: Fix the spelling of a NETWORK_VOLUME_INFO field.

---

 tools/winedump/lnk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winedump/lnk.c b/tools/winedump/lnk.c
index e0a2282..1a89173 100644
--- a/tools/winedump/lnk.c
+++ b/tools/winedump/lnk.c
@@ -138,7 +138,7 @@ typedef struct _LOCAL_VOLUME_INFO
 typedef struct _NETWORK_VOLUME_INFO
 {
     DWORD dwSize;
-    DWORD dwUnkown1;
+    DWORD dwUnknown1;
     DWORD dwShareNameOfs;
     DWORD dwReserved;
     DWORD dwUnknown2;




More information about the wine-cvs mailing list