all repos — st @ 5528280fae23968ffd3cf0527881cabddc24cf85

st (suckless terminal) config

Remove explicit 'return' from 'void' functions.
noname@inventati.org noname@inventati.org
commit

5528280fae23968ffd3cf0527881cabddc24cf85

parent

6dc2b546eca11b198c64c9047106970a8d1f85e8

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M st.cst.c

@@ -2504,7 +2504,6 @@ }

strreset(); strescseq.type = c; term.esc |= ESC_STR; - return; } void

@@ -2586,7 +2585,6 @@ return;

} /* only CAN, SUB, \a and C1 chars interrupt a sequence */ term.esc &= ~(ESC_STR_END|ESC_STR); - return; } /*