summaryrefslogtreecommitdiff
path: root/src/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expand.c b/src/expand.c
index d4484842b..035a2dbd5 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -45,6 +45,8 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "expand"
+#define AUTHORS "David MacKenzie"
+
/* The number of bytes added at a time to the amount of memory
allocated for the output line. */
#define OUTPUT_BLOCK 256