=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff_internals.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/cvs/diff_internals.c 2006/05/31 22:24:12 1.2 --- src/usr.bin/cvs/diff_internals.c 2006/07/07 17:37:17 1.3 *************** *** 1,4 **** ! /* $OpenBSD: diff_internals.c,v 1.2 2006/05/31 22:24:12 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff_internals.c,v 1.3 2006/07/07 17:37:17 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 946,952 **** diff_output("\t%s", buf); } ! printf("\n"); t = localtime(&stb2.st_mtime); (void)strftime(buf, sizeof(buf), --- 946,952 ---- diff_output("\t%s", buf); } ! diff_output("\n"); t = localtime(&stb2.st_mtime); (void)strftime(buf, sizeof(buf), *************** *** 961,967 **** diff_output("\t%s", buf); } ! printf("\n"); anychange = 1; } else if (a > context_vec_ptr->b + (2 * context) + 1 && c > context_vec_ptr->d + (2 * context) + 1) { --- 961,967 ---- diff_output("\t%s", buf); } ! diff_output("\n"); anychange = 1; } else if (a > context_vec_ptr->b + (2 * context) + 1 && c > context_vec_ptr->d + (2 * context) + 1) {