summary refs log tree commit diff stats
path: root/src/fe-gtk/servlistgui.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-28 21:32:47 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-28 21:32:47 +0200
commitd9be5e098f5b34622fc4dda42ffcded124ad8e95 (patch)
tree8245db2a6797c151a95e62108f771ffb4984a6ab /src/fe-gtk/servlistgui.c
parent0a54efdd0c22105a3044fba5486289de4644db99 (diff)
Remove useless slash
Diffstat (limited to 'src/fe-gtk/servlistgui.c')
-rw-r--r--src/fe-gtk/servlistgui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c
index 10152b09..22fe68e4 100644
--- a/src/fe-gtk/servlistgui.c
+++ b/src/fe-gtk/servlistgui.c
@@ -106,7 +106,7 @@ static const char *pages[]=
 static const char *nstypes[]=
 {
 	/* This list is the same as in irc_nickserv(), except starting at 1, because
-	/* the 1st row is not used. We can't use index 0 coz then "if (nstype)" would
+	 * the 1st row is not used. We can't use index 0 coz then "if (nstype)" would
 	 * not be evaluated, it would give the same result as NULL (i.e. unset) nstype.
 	 * For unset nstype we have a "Default" entry in place of this placeholder, so
 	 * indices will be correct anyway.