Mercurial > hg > octave-nkf > gnulib-hg
changeset 5957:70807d31e517
(backup_args): Change a `0' to NULL.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 02 Jul 2005 10:23:43 +0000 |
parents | ccf4c39a6263 |
children | 6848f79c1eff |
files | lib/backupfile.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ "simple", "never", "existing", "nil", "numbered", "t", - 0 + NULL }; static const enum backup_type backup_types[] =