]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
exch: use NULL rather than zero
authorKarel Zak <kzak@redhat.com>
Sun, 31 Dec 2023 09:58:32 +0000 (10:58 +0100)
committerKarel Zak <kzak@redhat.com>
Sun, 31 Dec 2023 09:58:32 +0000 (10:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/exch.c

index 1ea0a850a4348a7e2177508416adb50ba54b5b63..93a9f770313883b0fee6858e69ec064245489ccb 100644 (file)
@@ -59,7 +59,7 @@ int main(int argc, char **argv)
        static const struct option longopts[] = {
                { "version",    no_argument, NULL, 'V' },
                { "help",       no_argument, NULL, 'h' },
-               { 0 }
+               { NULL }
        };
 
        setlocale(LC_ALL, "");