diff options
author | TingPing <tingping@tingping.se> | 2014-02-02 19:07:52 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-02-02 19:07:52 -0500 |
commit | 9f01950bcbc85f8b3960724b6df77c3e9c111601 (patch) | |
tree | dbbafbc3ea055b1dc5ae8c1b24e32849c3d2d47b /src/fe-gtk | |
parent | ed5ead6a0732526f72fddf9c6a8735299ddeef1c (diff) |
Fix warning
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/servlistgui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index 2244e556..389607d0 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -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) |