aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-05 18:40:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-05 18:40:04 +0000
commit2bf60e0bcdfe66f789483986ebdb27050bd96e98 (patch)
tree184c67e758495ccc80caf64b8c0e01ba81edc4e0
parent6171ce894cb271b528fdc468f1c91b4c134ca464 (diff)
downloadlibextractor-2bf60e0bcdfe66f789483986ebdb27050bd96e98.tar.gz
libextractor-2bf60e0bcdfe66f789483986ebdb27050bd96e98.zip
-fix comment
-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 */