diff options
Diffstat (limited to 'src/base/list.c')
| -rwxr-xr-x | src/base/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/list.c b/src/base/list.c index b59f64b..72ea95e 100755 --- a/src/base/list.c +++ b/src/base/list.c @@ -164,4 +164,4 @@ void destroyListItem(list_t *p, void *f) for (i = 0; i < p->count; i++) fce(p->list[i]); destroyList(p); -}
\ No newline at end of file +} |