summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2002-06-09 02:05:00 +0000
committeraaron <aaron@openbsd.org>2002-06-09 02:05:00 +0000
commit55a91b4846a05121ea38560abf41d42b4b7475fd (patch)
treeac7c9fbe90823fd2916ea6bb3e1df0262fbe2c35
parentMore syslog \n whack. ok theo (diff)
downloadwireguard-openbsd-55a91b4846a05121ea38560abf41d42b4b7475fd.tar.xz
wireguard-openbsd-55a91b4846a05121ea38560abf41d42b4b7475fd.zip
<deraadt> i admit you are better than i am...
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 88c2858a818..ebb602e3424 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.23 2002/06/08 09:14:05 kjell Exp $ */
+/* $OpenBSD: theo.c,v 1.24 2002/06/09 02:05:00 aaron Exp $ */
#include "def.h"
#include "kbd.h"
@@ -84,7 +84,8 @@ static const char *talk[] = {
"It is clear that this has not been thought through.",
"if you do not test that, you are banned from editing theo.c",
"That's the most ridiculous thing I've heard in the last two or three minutes!",
- "I'm not just doing this for crowd response. I need to be right."
+ "I'm not just doing this for crowd response. I need to be right.",
+ "i admit you are better than i am..."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);