=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/diff.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/rcs/diff.c 2007/03/27 07:21:21 1.13 +++ src/usr.bin/rcs/diff.c 2007/05/28 22:07:40 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.13 2007/03/27 07:21:21 xsa Exp $ */ +/* $OpenBSD: diff.c,v 1.14 2007/05/28 22:07:40 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -159,10 +159,10 @@ * understand the highly mnemonic field names) */ struct context_vec { - int a; /* start line in old file */ - int b; /* end line in old file */ - int c; /* start line in new file */ - int d; /* end line in new file */ + int a; /* start line in old file */ + int b; /* end line in old file */ + int c; /* start line in new file */ + int d; /* end line in new file */ }; struct diff_arg {