From: Thomas Weißschuh Date: Sat, 11 Feb 2023 04:29:01 +0000 (+0000) Subject: waitpid: prettify options terminator X-Git-Tag: v2.39-rc1~82^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e943dade8b6de3fdc23a3ac55a077f5b0ccd047;p=thirdparty%2Futil-linux.git waitpid: prettify options terminator Signed-off-by: Thomas Weißschuh --- diff --git a/misc-utils/waitpid.c b/misc-utils/waitpid.c index 0be89faf11..f7c5d4166e 100644 --- a/misc-utils/waitpid.c +++ b/misc-utils/waitpid.c @@ -179,7 +179,7 @@ static int parse_options(int argc, char **argv) { "exited", no_argument, NULL, 'e' }, { "version", no_argument, NULL, 'V' }, { "help", no_argument, NULL, 'h' }, - { NULL, 0, NULL, 0 }, + { 0 } }; while ((c = getopt_long (argc, argv, "vVht:e", longopts, NULL)) != -1) {