=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/Attic/append.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/sort/Attic/append.c 1997/06/30 05:36:15 1.3 +++ src/usr.bin/sort/Attic/append.c 1998/05/02 02:41:55 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: append.c,v 1.3 1997/06/30 05:36:15 millert Exp $ */ +/* $OpenBSD: append.c,v 1.4 1998/05/02 02:41:55 mickey Exp $ */ /*- * Copyright (c) 1993 @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)append.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: append.c,v 1.3 1997/06/30 05:36:15 millert Exp $"; +static char rcsid[] = "$OpenBSD: append.c,v 1.4 1998/05/02 02:41:55 mickey Exp $"; #endif #endif /* not lint */ @@ -126,7 +126,7 @@ } } if (!UNIQUE) - OUTPUT; + OUTPUT } else if (UNIQUE) { ppos = keylist; prec = (RECHEADER *) (*ppos - depth);