diff options
author | noname@inventati.org <noname@inventati.org> | 2015-04-19 01:24:12 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2015-04-20 09:28:14 +0200 |
commit | 5528280fae23968ffd3cf0527881cabddc24cf85 (patch) | |
tree | a98f07a529d2c481a9a47bfc7dd8ea84ed2dafbf /st.c | |
parent | 6dc2b546eca11b198c64c9047106970a8d1f85e8 (diff) |
Remove explicit 'return' from 'void' functions.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } /* |