From 5958d557085547b9ab6aa94c54c9b65f4d158a98 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 14 Feb 2006 16:08:54 +0000 Subject: [PATCH] typo fixed [r7343] --- ir/tr/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/type.c b/ir/tr/type.c index 681b936dd..29703e30d 100644 --- a/ir/tr/type.c +++ b/ir/tr/type.c @@ -147,7 +147,7 @@ new_type(tp_op *type_op, ir_mode *mode, ident *name, dbg_info *db) { res->visit = 0; res->link = NULL; res->dbi = db; - res.assoc_type = NULL; + res->assoc_type = NULL; #ifdef DEBUG_libfirm res->nr = get_irp_new_node_nr(); #endif /* defined DEBUG_libfirm */ -- 2.20.1