Francois Gouget : hidclass.sys: Fix spelling of a private struct's name.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 13 11:51:48 CDT 2016


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 13 11:28:17 2016 +0200

hidclass.sys: Fix spelling of a private struct's name.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/hidclass.sys/hid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hidclass.sys/hid.h b/dlls/hidclass.sys/hid.h
index 2820c9d..34c2a09 100644
--- a/dlls/hidclass.sys/hid.h
+++ b/dlls/hidclass.sys/hid.h
@@ -39,7 +39,7 @@ typedef NTSTATUS (WINAPI *pAddDevice)(DRIVER_OBJECT *DriverObject, DEVICE_OBJECT
 /* Ring buffer functions */
 struct ReportRingBuffer;
 
-typedef struct _BASE_DEVICE_EXTENSTION {
+typedef struct _BASE_DEVICE_EXTENSION {
     HID_DEVICE_EXTENSION deviceExtension;
 
     HID_COLLECTION_INFORMATION information;




More information about the wine-cvs mailing list