diff options
Diffstat (limited to 'src/ll.c')
| -rw-r--r-- | src/ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
