summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2014-09-27 08:01:27 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2014-09-27 08:01:27 +0000
commit032e8598aefb52b9a27d91f0a1ccd4603d156e49 (patch)
tree96c00399c016e84a2c2a07ca5ec387b5affa5529 /usr.bin/mg
parent062fd0834a186d99df25a6b4b65d6de13df46c8c (diff)
sound reasoning
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/theo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 916638c837a..7c51045d45d 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.140 2014/08/19 23:35:28 schwarze Exp $ */
+/* $OpenBSD: theo.c,v 1.141 2014/09/27 08:01:26 benno Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -183,6 +183,7 @@ static const char *talk[] = {
"It's a pleasure to work on code you can't make worse.",
"It's largely bad style to do (int)sizeof",
"When I see Makefile.in, I know that \"in\" is short for \"insane\".",
+ "This is the beer. And that's why we need a hackathon.",
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);