URI: 
       Remove spurious empty line characters. - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit e052ad155391912e86548bcb9ba9bac65dde7879
   DIR parent 7180b9b0f9ea870a68234ad47ed953a352c4ef37
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 26 Feb 2023 20:54:13 +0100
       
       Remove spurious empty line characters.
       
       Diffstat:
         M ind.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ind.c b/ind.c
       @@ -461,7 +461,7 @@ printelem(int fd, Elems *el, char *file, char *base, char *addr, char *port)
                        snprintf(buf, sizeof(buf), "%s%.*s/%.*s", base, len,
                                path, blen, el->e[2]);
        
       -                
       +
                        if ((path = realpath(buf, NULL)) &&
                                        (realbase = realpath(base, NULL)) &&
                                        !strncmp(realbase, path, strlen(realbase))) {