summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 16:43:32 +0200
committerJim Meyering <meyering@redhat.com>2008-05-26 08:40:33 +0200
commitd8382a4d264faadd6d45d8b0d6beed0bcca2071d (patch)
tree5fa5cbc06bb60223fcd7aa282cab0dcfdcb53c54 /src/split.c
parent74a106985afed8fbbd880baa9511d5c98b679064 (diff)
downloadcoreutils-d8382a4d264faadd6d45d8b0d6beed0bcca2071d.tar.xz
convert the rest to use proper_name -- manually
* src/base64.c (AUTHORS): Rename from AUTHOR, for consistency.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index d78b506e4..a490c87bc 100644
--- a/src/split.c
+++ b/src/split.c
@@ -42,7 +42,7 @@
#define AUTHORS \
proper_name_utf8 ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \
- "Richard M. Stallman"
+ proper_name ("Richard M. Stallman")
#define DEFAULT_SUFFIX_LENGTH 2