summaryrefslogtreecommitdiff
path: root/src/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mktemp.c')
-rw-r--r--src/mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mktemp.c b/src/mktemp.c
index 6f12d9947..c25f4b3d7 100644
--- a/src/mktemp.c
+++ b/src/mktemp.c
@@ -31,7 +31,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "mktemp"
-#define AUTHORS "Jim Meyering"
+#define AUTHORS proper_name ("Jim Meyering")
static const char *default_template = "tmp.XXXXXXXXXX";