diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-15 03:54:14 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-15 03:54:14 +0000 |
commit | bc85a79f945c612127e6bef01f2401aa1d86e084 (patch) | |
tree | 6e633903b6203b326cfe86d77a31d79679c00df5 /usr.bin/mg | |
parent | 7668d9c3a3d1bab68ad4f8de9893bc4da187e22d (diff) |
another
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 1d1dedc8a22..081585494df 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.50 2003/05/11 09:19:24 drahn Exp $ */ +/* $OpenBSD: theo.c,v 1.51 2003/05/15 03:54:13 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -135,7 +135,8 @@ static const char *talk[] = { "noone is gonna add that thing to theo.c? wow, i'm stunned. no henning?", "I would explain, but I am too drunk.", "Take a picture of my butt, it's what everyone wants.", - "You guys are about four days behind on theo.c" + "You guys are about four days behind on theo.c", + "I'm just talking." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |