URI:
       Fix comment - noice - small file browser (mirror / fork from 2f30.org)
  HTML git clone git://git.codemadness.org/noice
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e139b27c273b9542d9891e2a7f2395cfa9ff50ad
   DIR parent 237f8a910e96ca9b6a7f4c9438010e7995797ac1
  HTML Author: sin <sin@2f30.org>
       Date:   Fri, 23 Aug 2019 10:59:58 +0100
       
       Fix comment
       
       Diffstat:
         M noice.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/noice.c b/noice.c
       @@ -55,7 +55,7 @@ struct key {
                int sym;         /* Key pressed */
                enum action act; /* Action */
                char *run;       /* Program to run */
       -        char *env;       /* Environment variable to run */
       +        char *env;       /* Environment variable override */
        };
        
        #include "noiceconf.h"