Browse Source

Remove explicit 'return' from 'void' functions.

master
noname@inventati.org 10 years ago
committed by Roberto E. Vargas Caballero
parent
commit
5528280fae
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      st.c

+ 0
- 2
st.c View File

@ -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;
}
/*


Loading…
Cancel
Save