From beabb12d63437557da8a2e254a1e0250da448aa6 Mon Sep 17 00:00:00 2001 From: Taiyu Date: Mon, 10 Aug 2015 17:32:50 -0700 Subject: destroys empty workspace + minor bugfixes --- sway/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/list.c') diff --git a/sway/list.c b/sway/list.c index 52943efe..68455f89 100644 --- a/sway/list.c +++ b/sway/list.c @@ -3,7 +3,7 @@ #include #include -list_t *create_list() { +list_t *create_list(void) { list_t *list = malloc(sizeof(list_t)); list->capacity = 10; list->length = 0; -- cgit v1.2.3-54-g00ecf