diff options
author | 2005-11-17 05:24:06 +0000 | |
---|---|---|
committer | 2005-11-17 05:24:06 +0000 | |
commit | e193b0caa2c68c8cbee72c7576999d9c930dea50 (patch) | |
tree | 623dc78d6d6d93557168dde04e8aa3820782e0e9 | |
parent | fix mixer control names. (diff) | |
download | wireguard-openbsd-e193b0caa2c68c8cbee72c7576999d9c930dea50.tar.xz wireguard-openbsd-e193b0caa2c68c8cbee72c7576999d9c930dea50.zip |
"#ifdef is for emacs developers.", back after kjell cried
-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 2bc5dfa699f..586bccdc781 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.94 2005/11/16 04:00:28 cloder Exp $ */ +/* $OpenBSD: theo.c,v 1.95 2005/11/17 05:24:06 cloder Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -133,6 +133,7 @@ static const char *talk[] = { "germans are not allowed to get involved there", "gprs sucks camel dick dryer than the gobi desert", "don't they recognize their moral responsibility to entertain me?", + "#ifdef is for emacs developers.", "Many well known people become net-kooks in their later life, because they lose touch with reality.", "You're not allowed to have an opinion.", "tweep tweep tweep", |