diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-11-24 14:21:17 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-11-24 14:21:17 +0000 |
commit | 24ea18d3074a089c24ffc62af769447d02be92d8 (patch) | |
tree | 4bed856fff627abacae330b856e9284d1104aecc /usr.bin/mg/theo.c | |
parent | e538866836ddb48abb6e2ec6aca5f4ee325be6cb (diff) |
Another one.
"yup" henning@
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index c0556643810..68ef2e73dba 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.113 2009/11/24 14:19:33 oga Exp $ */ +/* $OpenBSD: theo.c,v 1.114 2009/11/24 14:21:16 oga Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -156,7 +156,8 @@ static const char *talk[] = { "My cats are more observant than you.", "our kernels have no bugs", "style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them", - "I'm not very reliable" + "I'm not very reliable", + "I don't like control" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |