From: noname@inventati.org Date: Sat, 18 Apr 2015 23:24:12 +0000 (+0200) Subject: Remove explicit 'return' from 'void' functions. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=5528280fae23968ffd3cf0527881cabddc24cf85;p=st.git Remove explicit 'return' from 'void' functions. --- diff --git a/st.c b/st.c index dcb80ca..c67619d 100644 --- a/st.c +++ b/st.c @@ -2504,7 +2504,6 @@ tstrsequence(uchar c) { strreset(); strescseq.type = c; term.esc |= ESC_STR; - return; } void @@ -2586,7 +2585,6 @@ tcontrolcode(uchar ascii) { } /* only CAN, SUB, \a and C1 chars interrupt a sequence */ term.esc &= ~(ESC_STR_END|ESC_STR); - return; } /*