From: Ilia Alshanetsky Date: Wed, 15 Jan 2003 17:22:03 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: PHP_5_0_dev_before_13561_fix~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4f73f8da6204e211a0877c0cc8a418cc18ce1f3;p=php Fixed a typo. --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 5ef0d569d5..63ea78ac31 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -2823,7 +2823,7 @@ static long php_intifx_getType(long id, HashTable *list TSRMLS_DC) Creates a blob-object */ PHP_FUNCTION(ifx_create_blob) { - zval **pmode, **pparam,*ptype; + zval **pmode, **pparam,**ptype; long id; long mode,type;