diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-10 09:59:22 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-10 09:59:22 +0000 |
commit | ad41294ed3db1be2d35e8d9d4c8ed098144a7955 (patch) | |
tree | c8dcb962837f9b7314da5ab10b4c5d5a3d7ff565 /usr.bin/mg | |
parent | 92009ae320105aacb4bc38d1c17c8d3fa5d335cf (diff) |
I do not care about commit count
Diffstat (limited to 'usr.bin/mg')
-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 7819352f919..c7451290f42 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.26 2002/06/10 09:51:50 kjell Exp $ */ +/* $OpenBSD: theo.c,v 1.27 2002/06/10 09:59:21 kjell Exp $ */ #include "def.h" #include "kbd.h" @@ -87,7 +87,8 @@ static const char *talk[] = { "I'm not just doing this for crowd response. I need to be right.", "i admit you are better than i am...", "I'd put a fan on my bomb.. And blinking lights...", - "I love to fight" + "I love to fight", + "I am not concerned with commit count" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |