aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bb.c2
1 files changed, 1 insertions, 1 deletions
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++) {