From 97713275dc87ea1d0afa4fd6bc49f695ad40efc0 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 28 Mar 2025 17:23:55 -0500 Subject: Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with ISO C99 --- src/ll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ll.c') diff --git a/src/ll.c b/src/ll.c index 1fa8773..b02c275 100644 --- a/src/ll.c +++ b/src/ll.c @@ -119,7 +119,7 @@ int dlinkedlist_xxxend(dlinkedlist * const ll, void *data, dll_freecb fcb, char break; default: - XALLOC_EXIT(" got an invalid op token when it shouldn't be possible to recieve one"); + XALLOC_EXIT(" got an invalid op token when it shouldn't be possible to recieve one", ); // Technically not an alloc, but also there's no reason I can't reuse a perfectly good macro } -- cgit v1.2.3