aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emuWheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emuWheel.c b/src/emuWheel.c
index 5cb5571..92494bb 100644
--- a/src/emuWheel.c
+++ b/src/emuWheel.c
@@ -230,7 +230,7 @@ void
EvdevWheelEmuPreInit(InputInfoPtr pInfo)
{
EvdevPtr pEvdev = (EvdevPtr)pInfo->private;
- int val[2];
+ char val[2];
int wheelButton;
int inertia;
int timeout;