diff options
author | 2007-01-07 13:33:04 +0000 | |
---|---|---|
committer | 2007-01-07 13:33:04 +0000 | |
commit | e93f9b401b30f18a63f413587f2db3456e132081 (patch) | |
tree | af683df07400382f1214174f1659de598f1c6316 /usr.bin/cvs/logmsg.c | |
parent | Some dynamically allocated elements are not considered of vital importance (diff) | |
download | wireguard-openbsd-e93f9b401b30f18a63f413587f2db3456e132081.tar.xz wireguard-openbsd-e93f9b401b30f18a63f413587f2db3456e132081.zip |
make the output when interrupting writing the log message consistent.
ok joris@
commiting with opencvs now btw :)
Diffstat (limited to 'usr.bin/cvs/logmsg.c')
-rw-r--r-- | usr.bin/cvs/logmsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/logmsg.c b/usr.bin/cvs/logmsg.c index 6b02f359eea..03e2e5796fc 100644 --- a/usr.bin/cvs/logmsg.c +++ b/usr.bin/cvs/logmsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: logmsg.c,v 1.31 2007/01/07 02:47:57 joris Exp $ */ +/* $OpenBSD: logmsg.c,v 1.32 2007/01/07 13:33:04 jasper Exp $ */ /* * Copyright (c) 2007 Joris Vink <joris@openbsd.org> * @@ -167,7 +167,7 @@ cvs_logmsg_create(struct cvs_flisthead *added, struct cvs_flisthead *removed, } printf("\nLog message unchanged or not specified\n" - "a)bort, c)ontinue, e(dit)\nAction: (continue) "); + "a)bort, c)ontinue, e)dit\nAction: (continue) "); (void)fflush(stdout); c = getc(stdin); |