diff --git a/source/funny.c b/source/funny.c index 0da00e2..b2e639d 100644 --- a/source/funny.c +++ b/source/funny.c @@ -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];