From 3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Sep 2003 18:22:23 +0000 Subject: Update AUTHORS definition to be a comma-separated list of strings and/or update the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. --- src/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/df.c') diff --git a/src/df.c b/src/df.c index af8c2bf1d..85097a25e 100644 --- a/src/df.c +++ b/src/df.c @@ -42,7 +42,7 @@ #define PROGRAM_NAME "df" #define AUTHORS \ - N_ ("Torbjorn Granlund, David MacKenzie, and Paul Eggert") + "Torbjorn Granlund", "David MacKenzie", "Paul Eggert" /* Name this program was run with. */ char *program_name; -- cgit v1.2.3-54-g00ecf