summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/cbz/mucbz.c1
-rw-r--r--source/cbz/muimg.c1
2 files changed, 2 insertions, 0 deletions
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",