diff options
Diffstat (limited to 'src/factor.c')
| -rw-r--r-- | src/factor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c index b54a17095..5ee4a035a 100644 --- a/src/factor.c +++ b/src/factor.c @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "factor" -#define AUTHORS "Paul Rubin" +#define AUTHORS proper_name ("Paul Rubin") /* Token delimiters when reading from a file. */ #define DELIM "\n\t " |
