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

Diff for /src/usr.bin/mandoc/main.c between version 1.24 and 1.25

version 1.24, 2010/05/13 20:34:29 version 1.25, 2010/05/14 01:54:37
Line 362 
Line 362 
   
                                 comment = 1;                                  comment = 1;
                                 pos -= 2;                                  pos -= 2;
                                   for (; pos > 0; --pos) {
                                           if (ln->buf[pos] != ' ')
                                                   break;
                                           if (ln->buf[pos - 1] == '\\')
                                                   break;
                                   }
                                 continue;                                  continue;
                         }                          }
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25