Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
765abb77
Commit
765abb77
authored
Mar 19, 2015
by
André Hentschel
Committed by
Alexandre Julliard
Mar 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput/tests: Avoid assigning values twice (PVS-Studio).
parent
e0121ad3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
joystick.c
dlls/dinput/tests/joystick.c
+0
-1
No files found.
dlls/dinput/tests/joystick.c
View file @
765abb77
...
...
@@ -535,7 +535,6 @@ static BOOL CALLBACK EnumJoysticks(const DIDEVICEINSTANCEA *lpddi, void *pvRef)
dip_gain_set
.
diph
.
dwHeaderSize
=
sizeof
(
DIPROPHEADER
);
dip_gain_set
.
diph
.
dwObj
=
0
;
dip_gain_set
.
diph
.
dwHow
=
DIPH_DEVICE
;
dip_gain_set
.
dwData
=
10000
;
dip_gain_get
.
diph
.
dwSize
=
sizeof
(
DIPROPDWORD
);
dip_gain_get
.
diph
.
dwHeaderSize
=
sizeof
(
DIPROPHEADER
);
dip_gain_get
.
diph
.
dwObj
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment