summaryrefslogtreecommitdiff
path: root/sexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sexp.c')
-rw-r--r--sexp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sexp.c b/sexp.c
index 6cf4be6f..2a49fdcf 100644
--- a/sexp.c
+++ b/sexp.c
@@ -172,6 +172,8 @@ sexp_iterator_next(struct sexp_iterator *iterator)
* element. */
return sexp_iterator_parse(iterator);
}
+ /* If we get here, we have a bug. */
+ abort();
}
/* Current element must be a list. */