From: Jim Meyering Date: Sat, 2 Jul 2005 10:23:43 +0000 (+0000) Subject: (backup_args): Change a `0' to NULL. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7c04fbfab45526a255d4e778de3cac58855874;p=pspp (backup_args): Change a `0' to NULL. --- diff --git a/lib/backupfile.c b/lib/backupfile.c index 449fb59419..f48a1cde87 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -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[] =