summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.