]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(long_options): Use NULL, not `0'.
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 17:54:13 +0000 (17:54 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 17:54:13 +0000 (17:54 +0000)
src/comm.c

index c7a5cd002ec956a59222dab2c386cc8c45c52292..d246ba0fb9a97d62b928c96e010db476094f8234 100644 (file)
@@ -1,5 +1,5 @@
 /* comm -- compare two sorted files line by line.
-   Copyright (C) 86, 90, 91, 1995-2004 Free Software Foundation, Inc.
+   Copyright (C) 86, 90, 91, 1995-2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@ static struct option const long_options[] =
 {
   {GETOPT_HELP_OPTION_DECL},
   {GETOPT_VERSION_OPTION_DECL},
-  {0, 0, 0, 0}
+  {NULL, 0, NULL, 0}
 };
 
 \f