]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Fix missed comma
authorPatrick Griffis <redacted>
Thu, 28 Jan 2016 21:17:30 +0000 (16:17 -0500)
committerPatrick Griffis <redacted>
Thu, 28 Jan 2016 21:17:30 +0000 (16:17 -0500)
src/common/inbound.c

index 70aa5b2e64962fd2507fc1edf501933a512b2e73..3df0c520f3ea6a4037686bfd123e4842a66998e2 100644 (file)
@@ -1722,7 +1722,7 @@ static const char * const supported_caps[] = {
        /* "sasl", Handled manually */
 
        /* IRCv3.2 */
-       "server-time"
+       "server-time",
        "userhost-in-names",
        "cap-notify",