=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/util.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- src/usr.bin/cvs/util.c 2005/10/22 17:32:57 1.54 +++ src/usr.bin/cvs/util.c 2005/10/30 11:10:12 1.55 @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.54 2005/10/22 17:32:57 joris Exp $ */ +/* $OpenBSD: util.c,v 1.55 2005/10/30 11:10:12 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -802,7 +802,7 @@ * cvs_write_tagfile() * * Write the CVS/Tag file for current directory. - */ + */ void cvs_write_tagfile(char *tag, char *date, int nb) { @@ -847,7 +847,7 @@ * If it contains a branch tag, sets . * If it contains a date, sets . * If it contains a non-branch tag, sets . - * + * * Returns nothing but an error message, and sets , to NULL * and to 0. */