From ac621d96d3139ca09eeebd509d6f6b92380f4f41 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 20 Aug 2013 14:47:32 -0400 Subject: Refactor of core done. --- testing/toxic/friendlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/toxic/friendlist.c') 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) } } -static void friendlist_onDraw(ToxWindow *self) +static void friendlist_onDraw(ToxWindow *self, Messenger *m) { curs_set(0); werase(self->window); -- cgit v1.2.3