URI: 
       minor style fix - sacc - sacc(omys), simple console gopher client
  HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   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
       @@ -26,12 +26,14 @@ termlines(void)
        }
        
        void
       -uisetup(void) {
       +uisetup(void)
       +{
                lines = termlines();
        }
        
        void
       -uicleanup(void) {
       +uicleanup(void)
       +{
                return;
        }