diff options
-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 7028a9d0ac3..0d452ee1999 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.100 2007/08/06 01:08:52 djm Exp $ */ +/* $OpenBSD: theo.c,v 1.101 2007/08/28 17:57:16 jasper Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -146,6 +146,7 @@ static const char *talk[] = { "And that is why humppa sucks... cause it has no cause.", "cache aliasing is a problem that would have stopped in 1992 if someone had killed about 5 people who worked at Sun.", "Don't spread rumours about me being gentle.", + "If municipal water filtering equipment was built by the gcc developers, the western world would be dead by now.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |