summaryrefslogtreecommitdiff
path: root/src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp')
-rw-r--r--src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp b/src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp
index 4582353..e51c5b3 100644
--- a/src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp
+++ b/src/modules/typedetect/libmagic/LibMagicTypeDetect.cpp
@@ -64,4 +64,4 @@ MIMEType LibMagicTypeDetect::detect( RewindInputStream *s )
return MIMEType( res );
}
-REGISTER_MODULE( "libmagic_typedetect", TypeDetect, LibMagicTypeDetect )
+REGISTER_MODULE( "libmagic_typedetect", 0, 0, TypeDetect, LibMagicTypeDetect )