summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-06-28 02:35:53 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-06-28 02:35:53 +0000
commit0d2be8ad3b143cf87a05074745df2c21da97aaa7 (patch)
tree6b0028f2b2065f6387646deff855ddba0dff8ab6 /usr.bin/mg
parenta1974ab5d98b7001e050517cff78996d964ca3c9 (diff)
Unbreak. The bird noises were confusing me.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/theo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 143e69d28e6..7554eee56cf 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.64 2004/06/28 02:33:25 mcbride Exp $ */
+/* $OpenBSD: theo.c,v 1.65 2004/06/28 02:35:52 mcbride Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -148,7 +148,7 @@ static const char *talk[] = {
"#ifdef is for emacs developers.",
"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".
+ "tweep tweep tweep"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);