]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fix warning message introduced when cleaning up IRC_SERVER()
authorAlexander Barton <alex@barton.de>
Mon, 29 Oct 2012 10:44:45 +0000 (11:44 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 29 Oct 2012 10:44:45 +0000 (11:44 +0100)
This reverts a not intentional code change and fixes the following compiler
warning message (tested with gcc 4.4.5):

 irc-server.c: In function "IRC_SERVER":
 irc-server.c:142: warning: suggest parentheses around operand of "!"
                            or change "&" to "&&" or "!" to "~"


No differences found