diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2004-08-06 02:33:35 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2004-08-06 02:33:35 +0000 |
commit | f675ba8c660d364e0168879025f70bb594f57026 (patch) | |
tree | 29c5f98610e83bb87dedeb67de2a1566bd51184b /usr.bin/mg | |
parent | dc9e347ef3dca0a9b762efae6503ca16c13e14f3 (diff) |
oops. noted by lizardo@openbsd.org.mx
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/theo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 568dbd8bc12..7f1618c8c3f 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.67 2004/08/04 18:41:13 art Exp $ */ +/* $OpenBSD: theo.c,v 1.68 2004/08/06 02:33:34 art Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -149,7 +149,7 @@ static const char *talk[] = { "Many well known people become net-kooks in their later life, because they lose touch with reality.", "You're not allowed to have an opinion.", "tweep tweep tweep", - "Quite frankly, SSE's alignment requirement is the most utterly retarded idea since eating your own shit." + "Quite frankly, SSE's alignment requirement is the most utterly retarded idea since eating your own shit.", "Holy verbose prom startup Batman." }; |