From: Uwe Steinmann Date: Wed, 14 Mar 2001 06:33:46 +0000 (+0000) Subject: -fixed prototype and indention X-Git-Tag: php-4.0.6RC1~695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46eb8d8def8888dac7eb12fb0c41332118085cef;p=php -fixed prototype and indention --- diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index bb1d46de87..cf5ca86590 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -244,7 +244,7 @@ int make_return_objrec(pval **return_value, char **objrecs, int count) } hidden = collhead = fullcollhead = total = 0; - collheadnr = fullcollheadnr = -1; + collheadnr = fullcollheadnr = -1; for(i=0; ivalue.ht; - if(0 == (count = zend_hash_num_elements(lht))) + if(0 == (count = zend_hash_num_elements(lht))) { RETURN_FALSE; + } ids = emalloc(count * sizeof(hw_objectID)); zend_hash_internal_pointer_reset(lht);