[BACK]Return to mdoc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc.c between version 1.149 and 1.150

version 1.149, 2017/02/16 02:59:42 version 1.150, 2017/03/03 13:55:06
Line 380 
Line 380 
   
         /* 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.149  
changed lines
  Added in v.1.150