1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

fifo: fix invalid pointer type

This commit is contained in:
Sébastien Helleu
2015-12-03 07:55:11 +01:00
parent 8f69c86da7
commit 0b86ce9d44
+1 -1
View File
@@ -426,7 +426,7 @@ fifo_config_cb (void *data, const char *option, const char *value)
int
weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
{
char *str_option[256];
char str_option[256];
/* make C compiler happy */
(void) argc;