From 87c01f7dcb4e945f42b072396c1403ff3bb37a6a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Mar 2005 17:54:13 +0000 Subject: (long_options): Use NULL, not `0'. --- src/comm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comm.c') diff --git a/src/comm.c b/src/comm.c index c7a5cd002..d246ba0fb 100644 --- a/src/comm.c +++ b/src/comm.c @@ -1,5 +1,5 @@ /* comm -- compare two sorted files line by line. - Copyright (C) 86, 90, 91, 1995-2004 Free Software Foundation, Inc. + Copyright (C) 86, 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 @@ -57,7 +57,7 @@ static struct option const long_options[] = { {GETOPT_HELP_OPTION_DECL}, {GETOPT_VERSION_OPTION_DECL}, - {0, 0, 0, 0} + {NULL, 0, NULL, 0} }; -- cgit v1.2.3-70-g09d2