=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.129 retrieving revision 1.130 diff -c -r1.129 -r1.130 *** src/usr.bin/cvs/diff.c 2008/02/11 20:33:11 1.129 --- src/usr.bin/cvs/diff.c 2008/02/27 20:04:59 1.130 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.129 2008/02/11 20:33:11 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.130 2008/02/27 20:04:59 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 393,399 **** } if (diff_rev2 == NULL) ! cvs_printf(" %s\n", cf->file_name); } else { cvs_printf("diff "); switch (diff_format) { --- 393,400 ---- } if (diff_rev2 == NULL) ! cvs_printf(" %s", cf->file_name); ! cvs_printf("\n"); } else { cvs_printf("diff "); switch (diff_format) {