summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-14 09:20:32 +0000
committerJim Meyering <jim@meyering.net>2003-05-14 09:20:32 +0000
commit85ad1d09c100d15c606c7d8eea25a5cab05d39a0 (patch)
tree80892d997d4a6853aee314a84812284acc9eaf2e /src/head.c
parent0625941fb3a3de80a4563a85992776d0fe4dd681 (diff)
downloadcoreutils-85ad1d09c100d15c606c7d8eea25a5cab05d39a0.tar.xz
(AUTHORS): Enclose string in N_(...), now that it includes `and'.
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c
index 464c678ce..885463456 100644
--- a/src/head.c
+++ b/src/head.c
@@ -45,7 +45,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "head"
-#define AUTHORS "David MacKenzie and Jim Meyering"
+#define AUTHORS N_("David MacKenzie and Jim Meyering")
/* Number of lines/chars/blocks to head. */
#define DEFAULT_NUMBER 10