summaryrefslogtreecommitdiff
path: root/loaders/python/peas-plugin-loader-python.c
diff options
context:
space:
mode:
Diffstat (limited to 'loaders/python/peas-plugin-loader-python.c')
-rw-r--r--loaders/python/peas-plugin-loader-python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index d54e023..7106b50 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -161,7 +161,7 @@ peas_plugin_loader_python_load (PeasPluginLoader *loader,
PeasPluginInfo *info)
{
PeasPluginLoaderPython *pyloader = PEAS_PLUGIN_LOADER_PYTHON (loader);
- const gchar *module_dir, *module_name;
+ const char *module_dir, *module_name;
PyObject *pymodule;
PyGILState_STATE state = PyGILState_Ensure ();