From 10ea5c1eb01cc440b2d08d4de3dd144e540d470a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Sep 2019 17:07:30 -0700 Subject: Updated comment. --- bb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.c b/bb.c index 65dec89..94cf20b 100644 --- a/bb.c +++ b/bb.c @@ -146,7 +146,7 @@ void bb_browse(bb_t *bb, const char *path) goto next_input; default: { - // Search user-defined key bindings from config.h: + // Search user-defined key bindings binding_t *binding; user_bindings: for (int i = 0; bindings[i].key != 0 && i < sizeof(bindings)/sizeof(bindings[0]); i++) { -- cgit v1.2.3