URI: 
       tminor style fix - sacc - sacc(omys), simple console gopher client (mirror)
  HTML git clone https://git.parazyd.org/sacc
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit c15197ca5f00c090cce31f7b497dc4b536484200
   DIR parent 2082fb355fb5684f67fbf4131584bdfc36750fae
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  3 Nov 2017 19:24:33 +0100
       
       minor style fix
       
       Diffstat:
         M ui_txt.c                            |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/ui_txt.c b/ui_txt.c
       t@@ -26,12 +26,14 @@ termlines(void)
        }
        
        void
       -uisetup(void) {
       +uisetup(void)
       +{
                lines = termlines();
        }
        
        void
       -uicleanup(void) {
       +uicleanup(void)
       +{
                return;
        }