summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 965d354e..3b6242cf 100644
--- a/read.c
+++ b/read.c
@@ -210,7 +210,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"static buffer exhausted",
/* system errors */
- "cannot open file",
+ NULL,
"cannot stat file",
"cannot read file",
};