=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sdiff/edit.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/sdiff/edit.c 2005/12/27 05:00:28 1.8 --- src/usr.bin/sdiff/edit.c 2005/12/28 05:57:46 1.9 *************** *** 1,4 **** ! /* $OpenBSD: edit.c,v 1.8 2005/12/27 05:00:28 deraadt Exp $ */ /* * Written by Raymond Lai . --- 1,4 ---- ! /* $OpenBSD: edit.c,v 1.9 2005/12/28 05:57:46 deraadt Exp $ */ /* * Written by Raymond Lai . *************** *** 149,155 **** /* Both strings. */ if (left == NULL) goto RIGHT; ! if (right == NULL) goto LEFT; /* Neither column is blank, so print both. */ --- 149,155 ---- /* Both strings. */ if (left == NULL) goto RIGHT; ! if (right == NULL) goto LEFT; /* Neither column is blank, so print both. */