X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/2849f722ef8dd9bf9dcdfb0aa11e08a050cf302e..refs/heads/master:/src/help.c diff --git a/src/help.c b/src/help.c index a635a15..2e6043b 100644 --- a/src/help.c +++ b/src/help.c @@ -1,5 +1,5 @@ /* - * Copyright © 2021-2023 Nick Bowler + * Copyright © 2021-2024 Nick Bowler * * Helper functions for formatting --help program output. * @@ -72,7 +72,7 @@ enum { OPT_SHORT_WITHOUT_ARG = 4, OPT_LONG_WITH_OPTIONAL_ARG = 2, OPT_LONG_WITH_MANDATORY_ARG = 1, - OPT_LONG_WITHOUT_ARG = 0, + OPT_LONG_WITHOUT_ARG = 0 }; #if HELP_GETOPT_LONG_ONLY