1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

Fix warning

This commit is contained in:
TingPing 2014-02-02 19:07:52 -05:00
parent ed5ead6a07
commit 9f01950bcb

View File

@ -944,7 +944,7 @@ static int
servlist_savegui (void)
{
char *sp;
char *nick1, *nick2;
const char *nick1, *nick2;
/* check for blank username, ircd will not allow this */
if (gtk_entry_get_text (GTK_ENTRY (entry_guser))[0] == 0)