summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r--src/common/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c
index 349c76c4..4e841717 100644
--- a/src/common/plugin.c
+++ b/src/common/plugin.c
@@ -367,12 +367,13 @@ char *
 plugin_load (session *sess, char *filename, char *arg)
 {
 	void *handle;
-	char *pluginpath;
 	char *filepart;
 	hexchat_init_func *init_func;
 	hexchat_deinit_func *deinit_func;
 #ifndef USE_GMODULE
 	char *error;
+#else
+	char *pluginpath;
 #endif
 
 	/* get the filename without path */