=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/add.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/cvs/add.c 2005/09/30 15:40:22 1.33 +++ src/usr.bin/cvs/add.c 2005/10/07 21:47:32 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.33 2005/09/30 15:40:22 xsa Exp $ */ +/* $OpenBSD: add.c,v 1.34 2005/10/07 21:47:32 reyk Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2005 Xavier Santolaria @@ -193,7 +193,7 @@ return (0); } else if ((cf->cf_cvstat == CVS_FST_CONFLICT) || - (cf->cf_cvstat == CVS_FST_LOST) || + (cf->cf_cvstat == CVS_FST_LOST) || (cf->cf_cvstat == CVS_FST_MODIFIED) || (cf->cf_cvstat == CVS_FST_UPTODATE)) { if (verbosity > 1) { @@ -316,7 +316,7 @@ if ((ent = cvs_ent_parse(entry)) == NULL) { cvs_log(LP_ERR, "failed to parse entry"); return (CVS_EX_DATA); - } + } if (cvs_ent_add(entf, ent) < 0) { cvs_log(LP_ERR, "failed to add entry"); @@ -380,7 +380,7 @@ cvs_log(LP_ERR, "failed to parse entry"); (void)cvs_unlink(path); return (CVS_EX_DATA); - } + } if (cvs_ent_add(entf, ent) < 0) { cvs_log(LP_ERR, "failed to add entry");