sacc

sacc (saccomys): simple gopher client.
Log | Files | Refs | LICENSE

commit c15197ca5f00c090cce31f7b497dc4b536484200
parent 2082fb355fb5684f67fbf4131584bdfc36750fae
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  3 Nov 2017 19:24:33 +0100

minor style fix

Diffstat:
ui_txt.c | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ui_txt.c b/ui_txt.c @@ -26,12 +26,14 @@ termlines(void) } void -uisetup(void) { +uisetup(void) +{ lines = termlines(); } void -uicleanup(void) { +uicleanup(void) +{ return; }