diff --git a/server/input.c b/server/input.c index 7906613..3574c9e 100644 --- a/server/input.c +++ b/server/input.c @@ -100,7 +100,7 @@ handle_input () int key; screen *s; //widget *w; - //client *c; + client *c; if ((key = lcd_ptr->getkey ()) == 0) return 0;