mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
aspell: fix compilation warning
This commit is contained in:
@@ -67,8 +67,8 @@ weechat_aspell_bar_item_suggest (void *data, struct t_gui_bar_item *item,
|
||||
struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_buffer *buffer;
|
||||
const char *suggestions;
|
||||
char str_delim[128], *pos, *suggestions2;
|
||||
const char *suggestions, *pos;
|
||||
char str_delim[128], *suggestions2;
|
||||
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
|
||||
Reference in New Issue
Block a user