diff options
Diffstat (limited to 'testing/toxic/dhtstatus.c')
-rw-r--r-- | testing/toxic/dhtstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/dhtstatus.c b/testing/toxic/dhtstatus.c index 6c9f2a80..33300772 100644 --- a/testing/toxic/dhtstatus.c +++ b/testing/toxic/dhtstatus.c | |||
@@ -11,7 +11,7 @@ static void printip(ipbuf buf, IP ip) | |||
11 | sprintf((char *)buf, "%u.%u.%u.%u", ip.c[0], ip.c[1], ip.c[2], ip.c[3]); | 11 | sprintf((char *)buf, "%u.%u.%u.%u", ip.c[0], ip.c[1], ip.c[2], ip.c[3]); |
12 | } | 12 | } |
13 | 13 | ||
14 | static void dhtstatus_onKey(ToxWindow *self, Messenger *m, int key) | 14 | static void dhtstatus_onKey(ToxWindow *self, Messenger *m, wint_t key) |
15 | { | 15 | { |
16 | switch (key) { | 16 | switch (key) { |
17 | case KEY_UP: | 17 | case KEY_UP: |