Commit 4b74e9df authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

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

parent 67c2e06f
......@@ -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
......
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