diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-29 15:42:02 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-29 15:42:02 +0000 |
commit | 624d86a69ebef6265c8b4d44238003b4c8d82aa1 (patch) | |
tree | b08a67c92195d1290207d3b3e799761b32733475 /usr.bin/mg/theo.c | |
parent | d0c45210ff2e50026584ef1d0533cac3545dac52 (diff) |
This sausage is made from unsound meat.
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 bd4d4dc81c6..702d99d8380 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.147 2015/10/10 08:35:26 lum Exp $ */ +/* $OpenBSD: theo.c,v 1.148 2015/10/29 15:42:01 tedu Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -193,6 +193,7 @@ static const char *talk[] = { "Kill the past with fire, and declare Duran Duran is less cool today. Await remixes of the same thing performed by new talent.", "Where did my \"fuck backwards compat\" compatriots go?", "I want a new vax, one that's not so slow.", + "This sausage is made from unsound meat.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |