From 0b3ce22164f5662244a61b0419bd23a242821942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 16 Dec 2013 13:03:36 +0000 Subject: [PATCH] fixed warning --- sources/ikbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ikbd.c b/sources/ikbd.c index ae743b1..b291d6f 100644 --- a/sources/ikbd.c +++ b/sources/ikbd.c @@ -204,7 +204,7 @@ void ikbd_handle_input(unsigned char cmd) { } void ikbd_poll(void) { - static mtimer = 0; + static int mtimer = 0; if(CheckTimer(mtimer)) { mtimer = GetTimer(10);