Explorar el Código

* Fixed caca_get_event() call in test/hsv.c.

tags/v0.99.beta14
Sam Hocevar sam hace 19 años
padre
commit
9feb826120
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/hsv.c

+ 1
- 1
test/hsv.c Ver fichero

@@ -53,7 +53,7 @@ int main(void)

caca_display(kk);

caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, 0);
caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, -1);

caca_detach(kk);
cucul_free(qq);


Cargando…
Cancelar
Guardar