summaryrefslogtreecommitdiff
path: root/src/ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ll.c')
-rw-r--r--src/ll.c2
1 files changed, 1 insertions, 1 deletions
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
119 break; 119 break;
120 120
121 default: 121 default:
122 XALLOC_EXIT("<dlinkedlist_xxxend> got an invalid op token when it shouldn't be possible to recieve one"); 122 XALLOC_EXIT("<dlinkedlist_xxxend> got an invalid op token when it shouldn't be possible to recieve one", );
123 // Technically not an alloc, but also there's no reason I can't reuse a perfectly good macro 123 // Technically not an alloc, but also there's no reason I can't reuse a perfectly good macro
124 } 124 }
125 125