diff options
Diffstat (limited to 'src/main/extractor_plugins.c')
-rw-r--r-- | src/main/extractor_plugins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/extractor_plugins.c b/src/main/extractor_plugins.c index 1ab777b..147efda 100644 --- a/src/main/extractor_plugins.c +++ b/src/main/extractor_plugins.c | |||
@@ -200,7 +200,7 @@ EXTRACTOR_plugin_load_ (struct EXTRACTOR_PluginList *plugin) | |||
200 | * @param library the name of the library | 200 | * @param library the name of the library |
201 | * @param options options to pass to the plugin | 201 | * @param options options to pass to the plugin |
202 | * @param flags options to use | 202 | * @param flags options to use |
203 | * @return the new list of libraries, equal to prev iff an error occured | 203 | * @return the new list of libraries, equal to prev iff an error occurred |
204 | */ | 204 | */ |
205 | struct EXTRACTOR_PluginList * | 205 | struct EXTRACTOR_PluginList * |
206 | EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev, | 206 | EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev, |
@@ -254,7 +254,7 @@ EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev, | |||
254 | * the library list. | 254 | * the library list. |
255 | * @param prev the previous list of libraries, may be NULL | 255 | * @param prev the previous list of libraries, may be NULL |
256 | * @param flags options to use | 256 | * @param flags options to use |
257 | * @return the new list of libraries, equal to prev iff an error occured | 257 | * @return the new list of libraries, equal to prev iff an error occurred |
258 | * or if config was empty (or NULL). | 258 | * or if config was empty (or NULL). |
259 | */ | 259 | */ |
260 | struct EXTRACTOR_PluginList * | 260 | struct EXTRACTOR_PluginList * |