(backup_args): Change a `0' to NULL.
authorJim Meyering <jim@meyering.net>
Sat, 2 Jul 2005 10:23:43 +0000 (10:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jul 2005 10:23:43 +0000 (10:23 +0000)
lib/backupfile.c

index 449fb59..f48a1cd 100644 (file)
@@ -1,7 +1,7 @@
 /* backupfile.c -- make Emacs style backup file names
 
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 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
@@ -340,7 +340,7 @@ static char const * const backup_args[] =
   "simple", "never",
   "existing", "nil",
   "numbered", "t",
-  0
+  NULL
 };
 
 static const enum backup_type backup_types[] =