diff --git a/internal/filters/filterRawJPEG.go b/internal/filters/filterRawJPEG.go index 9b9a1a4..867e6b0 100644 --- a/internal/filters/filterRawJPEG.go +++ b/internal/filters/filterRawJPEG.go @@ -18,8 +18,8 @@ const ( RawJPGStackJPG // Stack raw and JPEG files, with the JPEG file as the cover ) -func (flg RawJPGFlag) GroupFilter() Filter { - switch flg { +func (g RawJPGFlag) GroupFilter() Filter { + switch g { case RawJPGNothing: return unGroupRawJPGNothing case RawJPGKeepRaw: