aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index e029fe065..8528e4cff 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -110,7 +110,9 @@
: (ls_mode == LS_MULTI_COL \
? "dir" : "vdir"))
-#define AUTHORS "Richard Stallman", "David MacKenzie"
+#define AUTHORS \
+ proper_name ("Richard Stallman"), \
+ proper_name ("David MacKenzie")
#define obstack_chunk_alloc malloc
#define obstack_chunk_free free