1
0
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:
Sebastien Helleu
2013-01-01 17:28:42 +01:00
parent 3df1d70bb5
commit 72f760cd48
+2 -2
View File
@@ -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;