Browse Source

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

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
9feb826120
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/hsv.c

+ 1
- 1
test/hsv.c View File

@@ -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);


Loading…
Cancel
Save