Module: wine Branch: master Commit: 742d8f4808a3cdbfceede814368d346e37eacbc5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=742d8f4808a3cdbfceede81436... Author: Francois Gouget <fgouget(a)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(a)free.fr> Signed-off-by: Aric Stewart <aric(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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;