diff options
Diffstat (limited to 'src/uniq.c')
-rw-r--r-- | src/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c index 9555d6c86..199cc566f 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uniq" -#define AUTHORS N_ ("Richard Stallman and David MacKenzie") +#define AUTHORS "Richard Stallman", "David MacKenzie" #define SWAP_LINES(A, B) \ do \ |