From: Michael Wallner Date: Fri, 10 Jan 2014 13:42:16 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=3e895879ea461ef0442f260a2880eaed7573904c;p=m6w6%2Fext-ircclient fix typo --- diff --git a/php_ircclient.c b/php_ircclient.c index c8a603a..8dfee13 100644 --- a/php_ircclient.c +++ b/php_ircclient.c @@ -1418,7 +1418,7 @@ PHP_MINFO_FUNCTION(ircclient) { unsigned int high, low; char *version[2]; - char lt16 = "<=1.6"; + char *lt16 = "<=1.6"; irc_get_version(&high, &low); spprintf(&version[1], 0, "%u.%u", high, low);