Port ARGMATCH_DEFINE_GROUP calls to C99

* src/complain.c, src/getargs.c: Omit ‘;’ after call
to ARGMATCH_DEFINE_GROUP, as C99 does not allow ‘;’ there.
This commit is contained in:
Paul Eggert
2019-10-05 01:07:52 -07:00
parent 41e84cddc7
commit b75b055288
2 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ flush (FILE *out)
| --warnings's handling. |
`------------------------*/
ARGMATCH_DEFINE_GROUP(warning, warnings);
ARGMATCH_DEFINE_GROUP(warning, warnings)
static const argmatch_warning_doc argmatch_warning_docs[] =
{