match -> item
[protos/libecoli.git] / lib / ecoli_test.c
index a50529d..070d99b 100644 (file)
@@ -136,7 +136,7 @@ int ec_test_check_complete(struct ec_node *tk, ...)
             s != EC_NODE_ENDLIST;
             s = va_arg(ap, const char *)) {
                struct ec_completed_iter *iter;
-               const struct ec_completed_match *item;
+               const struct ec_completed_item *item;
 
                if (s == NULL) {
                        ret = -1;