Add parantheses to make gcc happy.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@54 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-06-14 06:57:51 +00:00
parent df93dcbbc0
commit 47e2d446fe

View File

@@ -1390,7 +1390,7 @@ BUILT_IN_COMMAND(do_scan)
scan_type = SCAN_IRCOPS;
}
while (s = next_arg(args, &args))
while ((s = next_arg(args, &args)))
{
if (is_channel(s)) {
if (!channel)