=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- src/usr.bin/cvs/getlog.c 2005/08/08 14:48:27 1.46 +++ src/usr.bin/cvs/getlog.c 2005/11/03 15:57:40 1.47 @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.46 2005/08/08 14:48:27 xsa Exp $ */ +/* $OpenBSD: getlog.c,v 1.47 2005/11/03 15:57:40 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -268,10 +268,10 @@ cvs_printf("keyword substitution: %s\n", rf->rf_expand == NULL ? "kv" : rf->rf_expand); - cvs_printf("total revisions: %u;", rf->rf_ndelta); + cvs_printf("total revisions: %u", rf->rf_ndelta); if ((log_honly == 0) && (log_lhonly == 0)) - cvs_printf("\tselected revisions: %u", nrev); + cvs_printf(";\tselected revisions: %u", nrev); cvs_printf("\n");