Commit 17329f34 authored by Matthew Tran's avatar Matthew Tran Committed by Alexandre Julliard

hidparse.sys: Fix incorrect HID STRING_INDEX tag value.

parent b30a3720
......@@ -93,7 +93,7 @@ enum
TAG_LOCAL_DESIGNATOR_INDEX,
TAG_LOCAL_DESIGNATOR_MINIMUM,
TAG_LOCAL_DESIGNATOR_MAXIMUM,
TAG_LOCAL_STRING_INDEX,
TAG_LOCAL_STRING_INDEX = 0x7,
TAG_LOCAL_STRING_MINIMUM,
TAG_LOCAL_STRING_MAXIMUM,
TAG_LOCAL_DELIMITER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment