aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/mime_extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mime_extractor.c b/src/plugins/mime_extractor.c
index 592ba5f..8e72988 100644
--- a/src/plugins/mime_extractor.c
+++ b/src/plugins/mime_extractor.c
@@ -38,7 +38,7 @@ static char *magic_path;
38 * Main entry method for the 'application/ogg' extraction plugin. The 38 * Main entry method for the 'application/ogg' extraction plugin. The
39 * 'config' of the context can be used to specify an alternative magic 39 * 'config' of the context can be used to specify an alternative magic
40 * path. If config is not given, the default magic path will be 40 * path. If config is not given, the default magic path will be
41 * used. The default magic path is '/usr/share/misc/magic'. 41 * used.
42 * 42 *
43 * @param ec extraction context provided to the plugin 43 * @param ec extraction context provided to the plugin
44 */ 44 */