Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemove explicit 'return' from 'void' functions. - st - [fork] customized build…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 5528280fae23968ffd3cf0527881cabddc24cf85
parent 6dc2b546eca11b198c64c9047106970a8d1f85e8
Author: [email protected] <[email protected]>
Date: Sun, 19 Apr 2015 01:24:12 +0200
Remove explicit 'return' from 'void' functions.
Diffstat:
M st.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -2504,7 +2504,6 @@ tstrsequence(uchar c) {
strreset();
strescseq.type = c;
term.esc |= ESC_STR;
- return;
}
void
t@@ -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;
}
/*
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.