mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Remove useless slash
This commit is contained in:
parent
0a54efdd0c
commit
d9be5e098f
@ -106,7 +106,7 @@ static const char *pages[]=
|
|||||||
static const char *nstypes[]=
|
static const char *nstypes[]=
|
||||||
{
|
{
|
||||||
/* This list is the same as in irc_nickserv(), except starting at 1, because
|
/* 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.
|
* 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
|
* For unset nstype we have a "Default" entry in place of this placeholder, so
|
||||||
* indices will be correct anyway.
|
* indices will be correct anyway.
|
||||||
|
Loading…
Reference in New Issue
Block a user