hidclass.sys: Fixed copy/paste error (Coverity).
Signed-off-by: Marcus Meissner <marcus@jet.franken.de> Signed-off-by: Aric Stewart <aric@codeweavers.com>
This commit is contained in:
parent
67c2e06fcd
commit
4b74e9dfa7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue