summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrmr2025-10-19 15:55:30 -0400
committerwrmr2025-10-19 15:55:30 -0400
commit363b31c57d7f0f2f9667162305a0b9aee97ae745 (patch)
tree0d8853f75a2081aae007c9dff0e41e1568e5d141
parent0910ec32835a3dfa6d9266ae7330a1b7864492d2 (diff)
remove redundant return
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6b5e229..fb35759 100644
--- a/main.c
+++ b/main.c
@@ -1101,7 +1101,6 @@ int sect_cbink(Str k, Str v, Arena *perm) {
PROP_BOOL("pronouns", &opt.cbink.pronouns);
PROP_BOOL("date", &opt.cbink.date);
return -1;
- return -1;
}
int sect_margin(Str k, Str v, Arena *perm) {