Browse Source

Fix debug building

Serj Kalichev 9 years ago
parent
commit
d10c0bed46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clish/view/view_dump.c

+ 1 - 1
clish/view/view_dump.c

@@ -11,7 +11,7 @@
 void clish_view_dump(clish_view_t * this)
 {
 	clish_command_t *c;
-	lub_bintree_iterator_t iter;
+	lub_list_node_t *iter;
 	unsigned i;
 	clish_nspace_t *nspace;