Revamp of the Halibut error handling mechanism.
[sgt/halibut] / bk_paper.c
index e70ecf7..844962e 100644 (file)
@@ -207,7 +207,7 @@ static void paper_cfg_fonts(font_data **fonts, font_list *fontlist,
            fonts[i] = f;
        else
            /* FIXME: proper error */
-           error(err_nofont, fpos, wp);
+           err_nofont(fpos, wp);
     }
 }