[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.41 and 1.42

version 1.41, 2010/04/22 21:42:08 version 1.42, 2010/04/27 21:53:27
Line 655 
Line 655 
                  * allowed, but enough manuals assume this behaviour                   * allowed, but enough manuals assume this behaviour
                  * that we want to work around it.                   * that we want to work around it.
                  */                   */
                 return(mdoc_elem_alloc(m, line, 0, MDOC_Pp, NULL));                  if ( ! mdoc_elem_alloc(m, line, 0, MDOC_Pp, NULL))
                           return(0);
                   m->next = MDOC_NEXT_SIBLING;
                   return(1);
         }          }
   
         /*          /*

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42