[hackers] [st] Remove explicit 'return' from 'void' functions. || noname_AT_inventati.org
commit 5528280fae23968ffd3cf0527881cabddc24cf85
Author: noname_AT_inventati.org <noname_AT_inventati.org>
Date: Sun Apr 19 01:24:12 2015 +0200
Remove explicit 'return' from 'void' functions.
diff --git a/st.c b/st.c
index dcb80ca..c67619d 100644
--- a/st.c
+++ b/st.c
_AT_@ -2504,7 +2504,6 @@ tstrsequence(uchar c) {
strreset();
strescseq.type = c;
term.esc |= ESC_STR;
- return;
}
void
_AT_@ -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;
}
/*
Received on Mon Apr 20 2015 - 09:36:05 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 20 2015 - 09:36:47 CEST