diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-07 07:37:44 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-07 07:37:44 +0000 |
commit | b0eee4b530ca4039c773f3af83cda42a44abd1f2 (patch) | |
tree | 31b19ae3620235bfdc1304a1430b810605501049 | |
parent | 101863064bd4f7ffc8dcf333bc1a0325c16cf90f (diff) |
add comment;
-rw-r--r-- | usr.bin/cvs/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/status.c b/usr.bin/cvs/status.c index 2a136581cc5..9b4f2218a85 100644 --- a/usr.bin/cvs/status.c +++ b/usr.bin/cvs/status.c @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.30 2005/07/07 06:52:14 xsa Exp $ */ +/* $OpenBSD: status.c,v 1.31 2005/07/07 07:37:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -42,7 +42,7 @@ #define CVS_STATUS_SEP \ "===================================================================" - +/* Keep this sorted as it is now. See file.h for status values. */ const char *cvs_statstr[] = { "Unknown", "Up-to-date", |