]> granicus.if.org Git - php/commitdiff
Fixed a typo.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 15 Jan 2003 17:22:03 +0000 (17:22 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 15 Jan 2003 17:22:03 +0000 (17:22 +0000)
ext/informix/ifx.ec

index 5ef0d569d52b5f8bf8273947fe12e817c723b1e5..63ea78ac31c4a6f045c656059ca29beb08ee426f 100644 (file)
@@ -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;