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

Diff for /src/usr.bin/sdiff/edit.c between version 1.8 and 1.9

version 1.8, 2005/12/27 05:00:28 version 1.9, 2005/12/28 05:57:46
Line 149 
Line 149 
                 /* Both strings. */                  /* Both strings. */
                 if (left == NULL)                  if (left == NULL)
                         goto RIGHT;                          goto RIGHT;
                 if (right == NULL)                  if (right == NULL)
                         goto LEFT;                          goto LEFT;
   
                 /* Neither column is blank, so print both. */                  /* Neither column is blank, so print both. */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9