Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shauleiz committed Sep 21, 2016
1 parent e801fc4 commit fc6588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/vJoyInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3448,7 +3448,7 @@ void CalcInitValue(USHORT id, struct DEVICE_INIT_VALS * data_buf)
UCHAR InitValAxis[8] = { 50, 50, 50, 0, 0, 0, 0, 0 };
UCHAR InitValPov[4] = { (UCHAR)-1, (UCHAR)-1, (UCHAR)-1, (UCHAR)-1 };
UCHAR ButtonMask[16] = { 0 };
int i, j, k;
int i, j;

// If ID is NOT 0 then call GetInitValueFromRegistry() and save output buffer in data_buf
if (id != 0)
Expand Down

0 comments on commit fc6588d

Please sign in to comment.