aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r--src/mm-plugin-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c
index 12b8847a..8c2fc317 100644
--- a/src/mm-plugin-manager.c
+++ b/src/mm-plugin-manager.c
@@ -805,13 +805,13 @@ load_plugins (MMPluginManager *self,
const gchar *fname;
gchar *plugindir_display = NULL;
- if (!g_module_supported ()) {
+ if (!g_module_supported ()) {
g_set_error (error,
MM_CORE_ERROR,
MM_CORE_ERROR_UNSUPPORTED,
"GModules are not supported on your platform!");
goto out;
- }
+ }
/* Get printable UTF-8 string of the path */
plugindir_display = g_filename_display_name (self->priv->plugin_dir);
@@ -964,7 +964,7 @@ dispose (GObject *object)
static void
initable_iface_init (GInitableIface *iface)
{
- iface->init = initable_init;
+ iface->init = initable_init;
}
static void