summaryrefslogtreecommitdiff
path: root/src/df.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/df.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/df.c')
-rw-r--r--src/df.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index e8162f658..20b8f2158 100644
--- a/src/df.c
+++ b/src/df.c
@@ -39,7 +39,8 @@
#define AUTHORS \
proper_name_utf8 ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \
- "David MacKenzie", "Paul Eggert"
+ proper_name ("David MacKenzie"), \
+ proper_name ("Paul Eggert")
/* Name this program was run with. */
char *program_name;