mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
fix warning
This commit is contained in:
parent
f3efdaf40f
commit
b856065167
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user