tProperly handle .meme filetype. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
 (HTM) git clone git://r-36.net/geomyidae
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4e66272c8cba2a8d17464ed5af2b2a02221d554d
 (DIR) parent cc8e16b6e451a4c1a5af551102c18e86cb275719
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 19 May 2020 13:26:08 +0200
       
       Properly handle .meme filetype.
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         ind.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/ind.c b/ind.c
       t@@ -57,6 +57,7 @@ filetype type[] = {
                {"c", "0", handlebin},
                {"sh", "0", handlebin},
                {"patch", "0", handlebin},
       +        {"meme", "0", handlebin},
                {NULL, NULL, NULL},
        };