diff options
author | 2004-05-10 03:30:20 +0000 | |
---|---|---|
committer | 2004-05-10 03:30:20 +0000 | |
commit | dc314f759d9d70a2c1f3fd39f50e97d78397d320 (patch) | |
tree | ba685077e031019bdb6c9b4fdeca0c6cdbf59cca | |
parent | Make sure advskew set correctly in advertisement when configured to a value (diff) | |
download | wireguard-openbsd-dc314f759d9d70a2c1f3fd39f50e97d78397d320.tar.xz wireguard-openbsd-dc314f759d9d70a2c1f3fd39f50e97d78397d320.zip |
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]); |