Subversion Repositories HelenOS

Rev

Rev 2499 | Rev 3069 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2499 Rev 2745
Line 244... Line 244...
244
        printf("done.\n");
244
        printf("done.\n");
245
}
245
}
246
 
246
 
247
static void test_tree_delmin(avltree_t *tree, count_t node_count, bool quiet)
247
static void test_tree_delmin(avltree_t *tree, count_t node_count, bool quiet)
248
{
248
{
249
    int i = 0;
249
    unsigned int i = 0;
250
   
250
   
251
    if (!quiet)
251
    if (!quiet)
252
        printf("Deleting minimum nodes...");
252
        printf("Deleting minimum nodes...");
253
   
253
   
254
    while (tree->root != NULL) {
254
    while (tree->root != NULL) {