Skip to content
Snippets Groups Projects
Commit 4b74e9df authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

hidclass.sys: Fixed copy/paste error (Coverity).

parent 67c2e06f
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ void parse_io_feature(unsigned int bSize, int itemVal, int bTag, unsigned int *f
if ((itemVal & INPUT_ARRAY) == 0)
feature->isArray= TRUE;
else
feature->isArray= TRUE; /* Var */
feature->isArray= FALSE; /* Var */
if ((itemVal & INPUT_ABS) == 0)
feature->IsAbsolute = TRUE;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment