More parantheses to suppress a gcc warning.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@57 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-07-05 09:52:33 +00:00
parent 1cba960190
commit 8eb0a4fb3d

View File

@@ -225,7 +225,7 @@ void print_funny_names(char *line)
{
*buffer = 0;
while (t = next_arg(line, &line)) {
while ((t = next_arg(line, &line))) {
char *nick;
char *nick_format;
char nick_buffer[BIG_BUFFER_SIZE];