summaryrefslogtreecommitdiff
path: root/toxcore/list.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-10 18:35:55 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-10 18:35:55 -0400
commit07936960dfa527dfa99cb518217218948d552955 (patch)
tree27ce2c7782f758e6ffb79cee55ed0c6e0113903c /toxcore/list.c
parent99d594014014a37fdee9e83575a8895400c9cd60 (diff)
Astyle and fixes.
Diffstat (limited to 'toxcore/list.c')
-rw-r--r--toxcore/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/list.c b/toxcore/list.c
index dc57911f..c513afab 100644
--- a/toxcore/list.c
+++ b/toxcore/list.c
@@ -115,7 +115,7 @@ void bs_list_init(BS_LIST *list, uint32_t element_size)
115 list->ids = NULL; 115 list->ids = NULL;
116} 116}
117 117
118void bs_list_free(const BS_LIST *list) 118void bs_list_free(BS_LIST *list)
119{ 119{
120 //free both arrays 120 //free both arrays
121 free(list->data); 121 free(list->data);