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

index f5c3e0359ff8f23a6dfa263bd291e2a4179c5406..5d603d88370f378b2827be90bd13db5a3a8fbe92 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -1,5 +1,5 @@
 /* mv -- move or rename files
-   Copyright (C) 86, 89, 90, 91, 1995-2004 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 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
@@ -62,7 +62,7 @@ static bool remove_trailing_slashes;
 /* Valid arguments to the `--reply' option. */
 static char const* const reply_args[] =
 {
-  "yes", "no", "query", 0
+  "yes", "no", "query", NULL
 };
 
 /* The values that correspond to the above strings. */