summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ps2comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps2comm.c b/ps2comm.c
index ad91fcf..814ecaf 100644
--- a/ps2comm.c
+++ b/ps2comm.c
@@ -332,7 +332,7 @@ SynapticsDisableDevice(int fd)
Bool
QueryIsSynaptics(int fd)
{
- unsigned long id;
+ unsigned long id = 0;
int i;
for (i = 0; i < 3; i++) {