diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-08-23 22:01:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-08-23 22:01:32 +0000 |
commit | fdbe7d384cf9c30ee43ec6589cc1207334f41327 (patch) | |
tree | c4119003ca41da558bcfb0f8df1d8e7bcdbc51e5 /usr.bin | |
parent | 6864f42651f46e17fc0328ab4435cbbafa15923c (diff) |
another
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index e1a58289e05..20e55b599ef 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.69 2004/08/06 03:02:14 marco Exp $ */ +/* $OpenBSD: theo.c,v 1.70 2004/08/23 22:01:31 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -151,7 +151,8 @@ static const char *talk[] = { "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.", - "Do you think you are exempt from COMPILING BEFORE YOU COMMIT" + "Do you think you are exempt from COMPILING BEFORE YOU COMMIT", + "I want to be REALLY COOL just like all the other developers!" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |