aboutsummaryrefslogtreecommitdiffstats
path: root/id_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'id_table.c')
-rw-r--r--id_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/id_table.c b/id_table.c
index b8111aa86c..1d1d684745 100644
--- a/id_table.c
+++ b/id_table.c
@@ -720,6 +720,7 @@ list_id_table_delete(struct list_id_table *tbl, ID id)
#define FOREACH_LAST() do { \
switch (ret) { \
+ case ID_TABLE_ITERATOR_RESULT_END: \
case ID_TABLE_CONTINUE: \
case ID_TABLE_STOP: \
break; \