Introduction
Introduction Statistics Contact Development Disclaimer Help
Properly handle .meme filetype. - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 4e66272c8cba2a8d17464ed5af2b2a02221d554d
parent cc8e16b6e451a4c1a5af551102c18e86cb275719
Author: parazyd <[email protected]>
Date: Tue, 19 May 2020 13:26:08 +0200
Properly handle .meme filetype.
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M 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},
};
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.