diff options
Diffstat (limited to 'src/who.c')
-rw-r--r-- | src/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "who" -#define AUTHORS N_ ("Joseph Arceneaux, David MacKenzie, and Michael Stone") +#define AUTHORS "Joseph Arceneaux", "David MacKenzie", "Michael Stone" #ifndef MAXHOSTNAMELEN # define MAXHOSTNAMELEN 64 |