commit 2bf60e0bcdfe66f789483986ebdb27050bd96e98
parent 6171ce894cb271b528fdc468f1c91b4c134ca464
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 5 Aug 2012 18:40:04 +0000
-fix comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/mime_extractor.c b/src/plugins/mime_extractor.c
@@ -38,7 +38,7 @@ static char *magic_path;
* Main entry method for the 'application/ogg' extraction plugin. The
* 'config' of the context can be used to specify an alternative magic
* path. If config is not given, the default magic path will be
- * used. The default magic path is '/usr/share/misc/magic'.
+ * used.
*
* @param ec extraction context provided to the plugin
*/