Changeset 823

Show
Ignore:
Timestamp:
07/14/07 09:38:18 (1 year ago)
Author:
adefacc
Message:

Compilation fix (removed ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/avl.c

    r813 r823  
    239239        cherokee_avl_node_t *path[MAX_HEIGHT]; 
    240240        cherokee_avl_node_t *node   = tree->root; 
    241         cherokee_avl_node_t *parent = NULL;; 
     241        cherokee_avl_node_t *parent = NULL; 
    242242        cint_t               idx    = 1; 
    243243