geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 4e66272c8cba2a8d17464ed5af2b2a02221d554d
parent cc8e16b6e451a4c1a5af551102c18e86cb275719
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(-)

diff --git a/ind.c b/ind.c @@ -57,6 +57,7 @@ filetype type[] = { {"c", "0", handlebin}, {"sh", "0", handlebin}, {"patch", "0", handlebin}, + {"meme", "0", handlebin}, {NULL, NULL, NULL}, };