diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-24 03:05:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-24 03:05:29 +0000 |
commit | 0630146c228b8ba11316c38fba0e53270064e2ae (patch) | |
tree | 837f20d9f80ab1bb97fa8f26aab6c5df362d40a3 /usr.bin/mg/help.c | |
parent | 8d62d06e90311aab0fcc0e3574e76919c43dcc94 (diff) |
spaces
Diffstat (limited to 'usr.bin/mg/help.c')
-rw-r--r-- | usr.bin/mg/help.c | 6 |
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 */ |