diff options
author | 2014-04-17 19:28:08 +0000 | |
---|---|---|
committer | 2014-04-17 19:28:08 +0000 | |
commit | d82fbc47f2de9854d233083c207132efbf867f29 (patch) | |
tree | aab047d589155e03af2047bffc8edf0116c7f225 | |
parent | Remove utils that we don't use (diff) | |
download | wireguard-openbsd-d82fbc47f2de9854d233083c207132efbf867f29.tar.xz wireguard-openbsd-d82fbc47f2de9854d233083c207132efbf867f29.zip |
I'm just trying to improve the code...
-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 e71dd9e8017..95ea8c008c1 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.136 2014/04/17 18:13:26 sthen Exp $ */ +/* $OpenBSD: theo.c,v 1.137 2014/04/17 19:28:08 tedu Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -179,6 +179,7 @@ static const char *talk[] = { "the randomization in this entire codebase is a grand experiment in stupid", "My mailbox is full of shock.", "my integer overflow spidey senses are tingling.", + "I'm just trying to improve the code...", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |