Typo during restructuring caused all code paragraphs to be
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 14 Apr 2004 13:24:39 +0000 (13:24 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 14 Apr 2004 13:24:39 +0000 (13:24 +0000)
permanently bold. Fixed.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4071 cda61777-01e9-0310-a592-d414129be87e

bk_paper.c

index 9ebbbdf..461e319 100644 (file)
@@ -12,9 +12,6 @@
 /*
  * To be done:
  * 
- *  - set up contents section now we know what sections begin on
- *    which pages
- * 
  *  - index
  * 
  *  - header/footer? Page numbers at least would be handy. Fully
@@ -1553,7 +1550,7 @@ static para_data *code_paragraph(int indent, word *words, paper_conf *conf)
      */
     pdata->fonts[FONT_NORMAL] = conf->cb;
     pdata->fonts[FONT_EMPH] = conf->co;
-    pdata->fonts[FONT_CODE] = conf->cb;
+    pdata->fonts[FONT_CODE] = conf->cr;
     pdata->sizes[FONT_NORMAL] =
        pdata->sizes[FONT_EMPH] =
        pdata->sizes[FONT_CODE] = 12;