winedump: Fix the spelling of a NETWORK_VOLUME_INFO field.

This commit is contained in:
Francois Gouget 2012-05-15 09:46:45 +02:00 committed by Alexandre Julliard
parent dab51e0623
commit 61267a2bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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;