Changeset 434 for trunk/utils.c

Show
Ignore:
Timestamp:
06/30/2007 05:04:55 AM (17 months ago)
Author:
moo
Message:

typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.c

    r405 r434  
    584584        zend_hash_copy(&TG(function_table), &XG(internal_function_table), (copy_ctor_func_t) function_add_ref, (void *) &tmp_func, sizeof(tmp_func)); 
    585585    } 
    586     TG(internal_class_tail) = TG(function_table).pListTail; 
     586    TG(internal_function_tail) = TG(function_table).pListTail; 
    587587 
    588588    h = OG(class_table);