diff options
-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 3df6fad9aef..c8c5f209224 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -74,7 +74,8 @@ static const char *talk[] = { "blah blah", "i'd love to hack, but i can't", "Wait, yes, I am on drugs", - "during release it is a constant. almost noone helps." + "during release it is a constant. almost noone helps.", + "i let you guys do whatever you wanted" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |