remove semicolon from filled macro
This commit is contained in:
parent
4ac6a1bb70
commit
a63f65067d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ bool _remove_at_PtkList(void *data, uint32_t *size, size_t index, size_t element
|
|||
free(list.data)
|
||||
|
||||
#define PTK_LIST_FILLED(list) \
|
||||
list.size = list.allocated;
|
||||
list.size = list.allocated
|
||||
|
||||
PTK_LIST_DEFINE(char);
|
||||
|
||||
|
|
Loading…
Reference in a new issue