From f1828d926fded706d3db11365234381adaa57f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Tue, 1 Jan 2013 23:35:11 +0100 Subject: [PATCH] sentinel option --- opustags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opustags.c b/opustags.c index ef92b00..e3b97b5 100644 --- a/opustags.c +++ b/opustags.c @@ -182,7 +182,8 @@ struct option options[] = { {"add", required_argument, 0, 'a'}, {"set", required_argument, 0, 's'}, {"delete-all", no_argument, 0, 'D'}, - {"set-all", no_argument, 0, 'S'} + {"set-all", no_argument, 0, 'S'}, + {NULL, 0, 0, 0} }; int main(int argc, char **argv){