summaryrefslogtreecommitdiff
path: root/src/dirname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirname.c')
-rw-r--r--src/dirname.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dirname.c b/src/dirname.c
index acd00033c..93b33d2ba 100644
--- a/src/dirname.c
+++ b/src/dirname.c
@@ -31,7 +31,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "dirname"
-#define AUTHORS "David MacKenzie", "Jim Meyering"
+#define AUTHORS \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Jim Meyering")
/* The name this program was run with. */
char *program_name;