From d9be5e098f5b34622fc4dda42ffcded124ad8e95 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 28 Apr 2013 21:32:47 +0200 Subject: [PATCH] Remove useless slash --- src/fe-gtk/servlistgui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.