summaryrefslogtreecommitdiff
path: root/usr.bin/mg/help.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-05-24 03:05:29 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-05-24 03:05:29 +0000
commit0630146c228b8ba11316c38fba0e53270064e2ae (patch)
tree837f20d9f80ab1bb97fa8f26aab6c5df362d40a3 /usr.bin/mg/help.c
parent8d62d06e90311aab0fcc0e3574e76919c43dcc94 (diff)
spaces
Diffstat (limited to 'usr.bin/mg/help.c')
-rw-r--r--usr.bin/mg/help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/help.c b/usr.bin/mg/help.c
index ffb4a9ff126..a61e07a8162 100644
--- a/usr.bin/mg/help.c
+++ b/usr.bin/mg/help.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: help.c,v 1.11 2001/05/23 23:29:47 mickey Exp $ */
+/* $OpenBSD: help.c,v 1.12 2001/05/24 03:05:23 mickey Exp $ */
/*
- * Help functions for Mg 2
+ * Help functions for Mg 2
*/
#include "def.h"
@@ -230,6 +230,6 @@ findbind(KEYMAP *map, PF fun, char *buf, size_t len)
}
}
- return FALSE;
+ return FALSE;
}
#endif /* !NO_HELP */