From adb68c17dcb8f92508eda3dde0077b0d87158075 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 14 Nov 2018 00:08:56 +0100 Subject: Allow opening pkm files. --- source/cbz/mucbz.c | 1 + source/cbz/muimg.c | 1 + 2 files changed, 2 insertions(+) diff --git a/source/cbz/mucbz.c b/source/cbz/mucbz.c index 3aef043e..f3df0f71 100644 --- a/source/cbz/mucbz.c +++ b/source/cbz/mucbz.c @@ -21,6 +21,7 @@ static const char *cbz_ext_list[] = { ".pam", ".pbm", ".pgm", + ".pkm", ".png", ".pnm", ".ppm", diff --git a/source/cbz/muimg.c b/source/cbz/muimg.c index c03c237d..73b9a20a 100644 --- a/source/cbz/muimg.c +++ b/source/cbz/muimg.c @@ -200,6 +200,7 @@ static const char *img_extensions[] = "pam", "pbm", "pgm", + "pkm", "png", "pnm", "ppm", -- cgit v1.2.3