diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-18 18:22:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-18 18:22:23 +0000 |
commit | 3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a (patch) | |
tree | 2e9536eaec036a182d71472659ee9cc055c1c31b /src/paste.c | |
parent | 588291785cbab06fe461c6a45e4eba53e4e2f13f (diff) | |
download | coreutils-3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a.tar.gz coreutils-3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a.tar.bz2 coreutils-3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a.zip |
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.
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index a41709381..451c2b069 100644 --- a/src/paste.c +++ b/src/paste.c @@ -46,7 +46,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "paste" -#define AUTHORS N_ ("David M. Ihnat and David MacKenzie") +#define AUTHORS "David M. Ihnat", "David MacKenzie" /* Indicates that no delimiter should be added in the current position. */ #define EMPTY_DELIM '\0' |