summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c
index ce883d791..e044b8918 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -36,7 +36,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "uniq"
-#define AUTHORS "Richard Stallman", "David MacKenzie"
+#define AUTHORS \
+ proper_name ("Richard Stallman"), \
+ proper_name ("David MacKenzie")
#define SWAP_LINES(A, B) \
do \