(long_options, format_args): Use NULL, not `0'.
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:08:12 +0000 (18:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:08:12 +0000 (18:08 +0000)
src/ptx.c

index 70b9fa66ebdf2cb8c9509077b644d1d7f2faac81..6e5d912be333dc171d9299fd6198abda76dfbdbf 100644 (file)
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -1,5 +1,5 @@
 /* Permuted index for GNU, with keywords in their context.
-   Copyright (C) 1990, 1991, 1993, 1998-2004 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1991, 1993, 1998-2005 Free Software Foundation, Inc.
    François Pinard <pinard@iro.umontreal.ca>, 1988.
 
    This program is free software; you can redistribute it and/or modify
@@ -1943,12 +1943,12 @@ static const struct option long_options[] =
   {"word-regexp", required_argument, NULL, 'W'},
   {GETOPT_HELP_OPTION_DECL},
   {GETOPT_VERSION_OPTION_DECL},
-  {0, 0, 0, 0},
+  {NULL, 0, NULL, 0},
 };
 
 static char const* const format_args[] =
 {
-  "roff", "tex", 0
+  "roff", "tex", NULL
 };
 
 static enum Format const format_vals[] =