summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cat.c1
-rw-r--r--pip.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/cat.c b/cat.c
index 57872428..a7375085 100644
--- a/cat.c
+++ b/cat.c
@@ -17,6 +17,7 @@ struct isl_arg cat_options_arg[] = {
ISL_ARG_CHILD(struct cat_options, isl, "isl", isl_options_arg)
ISL_ARG_CHOICE(struct cat_options, format, 0, "format", \
cat_format, ISL_FORMAT_ISL)
+ISL_ARG_END
};
ISL_ARG_DEF(cat_options, struct cat_options, cat_options_arg)
diff --git a/pip.c b/pip.c
index 5a7f2740..916a2f41 100644
--- a/pip.c
+++ b/pip.c
@@ -42,6 +42,7 @@ struct pip_options {
struct isl_arg pip_options_arg[] = {
ISL_ARG_CHILD(struct pip_options, isl, "isl", isl_options_arg)
ISL_ARG_BOOL(struct pip_options, verify, 'T', "verify", 0)
+ISL_ARG_END
};
ISL_ARG_DEF(pip_options, struct pip_options, pip_options_arg)