diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2004-05-10 03:30:21 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2004-05-10 03:30:21 +0000 |
commit | b59fec40577b4940184e4e060d5d7a72d8b3bf37 (patch) | |
tree | 8a04b43951cdaf96ee3b975850971bd9c979ec82 | |
parent | 9d28c6086612f1bce0c625c295cfdb38633eedfd (diff) |
another
-rw-r--r-- | usr.bin/mg/theo.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 0a1ec99b05b..417193ae4c3 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.61 2004/04/04 22:18:16 beck Exp $ */ +/* $OpenBSD: theo.c,v 1.62 2004/05/10 03:30:20 jolan Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -143,8 +143,9 @@ static const char *talk[] = { "Your connection is breaking up.", "germans are not allowed to get involved there", "gprs sucks camel dick dryer than the gobi desert", - "I AM NEVER SATISFIED" - "don't they recognize their moral responsibility to entertain me?" + "I AM NEVER SATISFIED", + "don't they recognize their moral responsibility to entertain me?", + "#ifdef is for emacs developers." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |