summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/mkdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mkdb.c b/math/mkdb.c
index 759a012..83c98c0 100644
--- a/math/mkdb.c
+++ b/math/mkdb.c
@@ -103,7 +103,7 @@ walk(char **fname)
if (mp->title == NULL)
mp->title = mp->dir;
if (mp->author == NULL)
- mp->author = strdup("unknown");
+ mp->author = strdup("A. N. Other");
if (mp->language == NULL)
mp->language = strdup("en");