From 6219e4ab7c5f95b4859f492e0c0463f5cf7c1b10 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 1 Dec 2016 10:07:06 +0200 Subject: [PATCH] Fixed compilation error --- fileformat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileformat.cpp b/fileformat.cpp index 529442a..7d87dc4 100644 --- a/fileformat.cpp +++ b/fileformat.cpp @@ -572,7 +572,7 @@ static Detector detectors[] = { isSpc,{ FT_SPC, ".SPC" } }, { isVoc,{ FT_VOC, ".VOC" }}, { isWav,{ FT_WAV, ".WAV" } }, - { isImgz,{ FT_IMGZ ".IMGZ" } }, + { isImgz,{ FT_IMGZ, ".IMGZ" } }, { isHmi, { FT_HMI, ".HMI" }}, { isHmp,{ FT_HMP, ".HMP" } }, { isXmi,{ FT_XMI, ".XMI" } },