diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-11-25 07:34:20 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-11-25 07:34:20 +0000 |
commit | 7cc59fc55a631022296b3de379370d2cebb5c5d4 (patch) | |
tree | 9ad1231b0f9f4cd0238f5223abee06516b182b5f /usr.bin/mg/theo.c | |
parent | c427d9b1c8daba66d96a9a95c1889f0c58b42b14 (diff) |
Well, since I can't do my mondo openssl commit
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 315bf3e5ae5..32e51a0f69c 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -78,7 +78,8 @@ static const char *talk[] = { "i let you guys do whatever you wanted", "you bring new meaning to the terms slackass. I will have to invent a new term.", "if they cut you out, muddy their back yards", - "Make them want to start over, and play nice the next time." + "Make them want to start over, and play nice the next time.", + "It is clear that this has not been thought through." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |