mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-07 12:50:03 +00:00
Fix C syntax: duplicate ";;" should be ";"
Using gcc 2.7.2, this fixes: irc-channel.c: In function `join_allowed': irc-channel.c:86: parse error before `const'
This commit is contained in:
parent
3641e51109
commit
5cbdcf4f0d
@ -82,7 +82,7 @@ static bool
|
|||||||
join_allowed(CLIENT *Client, CHANNEL *chan, const char *channame,
|
join_allowed(CLIENT *Client, CHANNEL *chan, const char *channame,
|
||||||
const char *key)
|
const char *key)
|
||||||
{
|
{
|
||||||
bool is_invited, is_banned, is_exception;;
|
bool is_invited, is_banned, is_exception;
|
||||||
const char *channel_modes;
|
const char *channel_modes;
|
||||||
|
|
||||||
/* Allow IRC operators to overwrite channel limits */
|
/* Allow IRC operators to overwrite channel limits */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user