diff options
Diffstat (limited to 'testing/toxic/friendlist.c')
-rw-r--r-- | testing/toxic/friendlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/friendlist.c b/testing/toxic/friendlist.c index 0a58bc54..2e46f124 100644 --- a/testing/toxic/friendlist.c +++ b/testing/toxic/friendlist.c | |||
@@ -102,7 +102,7 @@ static void friendlist_onKey(ToxWindow *self, Messenger *m, int key) | |||
102 | } | 102 | } |
103 | } | 103 | } |
104 | 104 | ||
105 | static void friendlist_onDraw(ToxWindow *self) | 105 | static void friendlist_onDraw(ToxWindow *self, Messenger *m) |
106 | { | 106 | { |
107 | curs_set(0); | 107 | curs_set(0); |
108 | werase(self->window); | 108 | werase(self->window); |