summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/MP3_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FileHandlers/MP3_Handler.cpp')
-rw-r--r--XMPFiles/source/FileHandlers/MP3_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMPFiles/source/FileHandlers/MP3_Handler.cpp b/XMPFiles/source/FileHandlers/MP3_Handler.cpp
index 2336c51..a6ce26c 100644
--- a/XMPFiles/source/FileHandlers/MP3_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/MP3_Handler.cpp
@@ -86,7 +86,7 @@ bool MP3_CheckFormat ( XMP_FileFormat format,
XMP_IO* file,
XMPFiles * parent )
{
- IgnoreParam(filePath); IgnoreParam(parent); //supress warnings
+ IgnoreParam(format); IgnoreParam(filePath); IgnoreParam(parent); //suppress warnings
XMP_Assert ( format == kXMP_MP3File ); //standard assert
if ( file->Length() < 10 ) return false;