[dev] [st] [PATCH 2/3] Remove explicit 'return' from 'void' functions.

From: noname <noname_AT_inventati.org>
Date: Sat, 18 Apr 2015 23:23:48 +0000

---
 st.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/st.c b/st.c
index 8e502b0..3a803f3 100644
--- a/st.c
+++ b/st.c
_AT_@ -2466,7 +2466,6 @@ tstrsequence(uchar c) {
 	strreset();
 	strescseq.type = c;
 	term.esc |= ESC_STR;
-	return;
 }
 
 void
_AT_@ -2548,7 +2547,6 @@ tcontrolcode(uchar ascii) {
 	}
 	/* only CAN, SUB, \a and C1 chars interrupt a sequence */
 	term.esc &= ~(ESC_STR_END|ESC_STR);
-	return;
 }
 
 /*
-- 
1.8.4
Received on Sun Apr 19 2015 - 01:23:48 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 19 2015 - 01:36:03 CEST