summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c
index 790b601e9..ef29ab8d4 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -49,7 +49,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "csplit"
-#define AUTHORS "Stuart Kemp", "David MacKenzie"
+#define AUTHORS \
+ proper_name ("Stuart Kemp"), \
+ proper_name ("David MacKenzie")
/* Increment size of area for control records. */
#define ALLOC_SIZE 20