diff options
| author | wrmr | 2025-10-19 15:55:30 -0400 |
|---|---|---|
| committer | wrmr | 2025-10-19 15:55:30 -0400 |
| commit | 363b31c57d7f0f2f9667162305a0b9aee97ae745 (patch) | |
| tree | 0d8853f75a2081aae007c9dff0e41e1568e5d141 | |
| parent | 0910ec32835a3dfa6d9266ae7330a1b7864492d2 (diff) | |
remove redundant return
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |
