diff options
Diffstat (limited to 'bk_man.c')
| -rw-r--r-- | bk_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ void man_backend(paragraph *sourceform, keywordlist *keywords, else fp = fopen(conf.filename, "w"); if (!fp) { - error(err_cantopenw, conf.filename); + err_cantopenw(conf.filename); return; } |