diff options
Diffstat (limited to 'src/widget/widget_catchkey.c')
| -rw-r--r-- | src/widget/widget_catchkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/widget_catchkey.c b/src/widget/widget_catchkey.c index 54d53df..814cfa1 100644 --- a/src/widget/widget_catchkey.c +++ b/src/widget/widget_catchkey.c @@ -72,7 +72,7 @@ void catch_key_draw(widget_t *widget) } } -static int getPessAnyKey() +static int getPressAnyKey() { Uint8 *mapa; int i; @@ -117,7 +117,7 @@ void catch_key_event(widget_t *widget) if (p->active == TRUE) { int key; - key = getPessAnyKey(); + key = getPressAnyKey(); if (key != WIDGET_CATCHKEY_NOKEY) { p->key = key; |