diff options
-rw-r--r-- | src/fr-command-lha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c index 69f2d90..b34f886 100644 --- a/src/fr-command-lha.c +++ b/src/fr-command-lha.c @@ -309,7 +309,7 @@ fr_command_lha_extract (FrCommand *comm, } -const char *lha_mime_type[] = { "application/x-lzh-compressed", NULL }; +const char *lha_mime_type[] = { "application/x-lzh-compressed", "application/x-lha", NULL }; static const char ** |