summaryrefslogtreecommitdiff
path: root/usr.bin/mg/theo.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2004-08-06 03:02:15 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2004-08-06 03:02:15 +0000
commit38edb24ac26ea77dd7761828a9f45ab6eb764038 (patch)
tree3b42cc1328223def156503a770dadced130d65ca /usr.bin/mg/theo.c
parentf675ba8c660d364e0168879025f70bb594f57026 (diff)
And another...
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 7f1618c8c3f..e1a58289e05 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.68 2004/08/06 02:33:34 art Exp $ */
+/* $OpenBSD: theo.c,v 1.69 2004/08/06 03:02:14 marco Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -150,7 +150,8 @@ static const char *talk[] = {
"You're not allowed to have an opinion.",
"tweep tweep tweep",
"Quite frankly, SSE's alignment requirement is the most utterly retarded idea since eating your own shit.",
- "Holy verbose prom startup Batman."
+ "Holy verbose prom startup Batman.",
+ "Do you think you are exempt from COMPILING BEFORE YOU COMMIT"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);