From c8a4ace74077995180844beefee186f473d484b2 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 18 Apr 2014 14:25:52 +0000 Subject: [PATCH] We should probably thank OpenSSL. They gave Theo another chance to be happy. --- usr.bin/mg/theo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 95ea8c008c1..43e26da48d4 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.137 2014/04/17 19:28:08 tedu Exp $ */ +/* $OpenBSD: theo.c,v 1.138 2014/04/18 14:25:52 schwarze Exp $ */ /* * Copyright (c) 2002 Artur Grabowski * All rights reserved. @@ -180,6 +180,7 @@ static const char *talk[] = { "My mailbox is full of shock.", "my integer overflow spidey senses are tingling.", "I'm just trying to improve the code...", + "It's a pleasure to work on code you can't make worse.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); -- 2.20.1