summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-06-23 04:37:40 +0000
committermickey <mickey@openbsd.org>2001-06-23 04:37:40 +0000
commit4751bf1c32bd9721616e380978c17d7e6c3df1c9 (patch)
tree6a1149fd84f9d04dc83d03b9036ede21fbbd2797
parentsprinkle some const on theo (diff)
downloadwireguard-openbsd-4751bf1c32bd9721616e380978c17d7e6c3df1c9.tar.xz
wireguard-openbsd-4751bf1c32bd9721616e380978c17d7e6c3df1c9.zip
I could search... but I'm a lazy bum;-)
-rw-r--r--usr.bin/mg/theo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index fa902d37c2d..d0ae5a7b3aa 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -60,7 +60,8 @@ static const char *talk[] = {
"slackass!",
"lazy bum!",
"Stop slacking you lazy bum!",
- "slacker slacker lazy bum bum bum slacker!"
+ "slacker slacker lazy bum bum bum slacker!",
+ "I could search... but I'm a lazy bum ;)"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);