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