diff --git a/source/actkbd.c b/source/actkbd.c index fe0f49e..c192fae 100644 --- a/source/actkbd.c +++ b/source/actkbd.c @@ -132,7 +132,7 @@ static SCM bind(SCM keydata, SCM fun){ static SCM led(SCM leddata, SCM op) { struct input_event e; - + // no need to initialize time e.type = EV_LED; e.code = scm_to_unsigned_integer(leddata, 0, LED_MAX); e.value = scm_to_bool(op);