[BACK]Return to mdoc.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc.c between version 1.260 and 1.261

version 1.260, 2017/02/16 03:00:23 version 1.261, 2017/03/03 13:55:31
Line 382  mdoc_pmacro(struct roff_man *mdoc, int ln, char *buf, 
Line 382  mdoc_pmacro(struct roff_man *mdoc, int ln, char *buf, 
   
         /* Jump to the next non-whitespace word. */          /* Jump to the next non-whitespace word. */
   
         while (buf[offs] && ' ' == buf[offs])          while (buf[offs] == ' ')
                 offs++;                  offs++;
   
         /*          /*

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.261

CVSweb