From: helly Date: Wed, 11 Aug 2004 21:22:24 +0000 (+0000) Subject: - Add missing comma X-Git-Tag: 0.13.6~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8d5b80b8d7d9c10961605264c57b7b99b8a21bb;p=re2c - Add missing comma # Where did it get lost? probably while merging --- diff --git a/main.cc b/main.cc index 310a0cac..e57aa740 100644 --- a/main.cc +++ b/main.cc @@ -34,7 +34,7 @@ static const mbo_opt_struct OPTIONS[] = {'h', 0, "help"}, {'s', 0, "nested-ifs"}, {'o', 1, "output"}, - {'v', 0, "version"} + {'v', 0, "version"}, {'-', 0, NULL} /* end of args */ };