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) | |
| download | st-5528280fae23968ffd3cf0527881cabddc24cf85.tar.gz st-5528280fae23968ffd3cf0527881cabddc24cf85.zip | |
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) { | |||
| 2504 | strreset(); | 2504 | strreset(); |
| 2505 | strescseq.type = c; | 2505 | strescseq.type = c; |
| 2506 | term.esc |= ESC_STR; | 2506 | term.esc |= ESC_STR; |
| 2507 | return; | ||
| 2508 | } | 2507 | } |
| 2509 | 2508 | ||
| 2510 | void | 2509 | void |
| @@ -2586,7 +2585,6 @@ tcontrolcode(uchar ascii) { | |||
| 2586 | } | 2585 | } |
| 2587 | /* only CAN, SUB, \a and C1 chars interrupt a sequence */ | 2586 | /* only CAN, SUB, \a and C1 chars interrupt a sequence */ |
| 2588 | term.esc &= ~(ESC_STR_END|ESC_STR); | 2587 | term.esc &= ~(ESC_STR_END|ESC_STR); |
| 2589 | return; | ||
| 2590 | } | 2588 | } |
| 2591 | 2589 | ||
| 2592 | /* | 2590 | /* |
