From: Michael Beck Date: Tue, 14 Feb 2006 16:08:54 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5958d557085547b9ab6aa94c54c9b65f4d158a98;p=libfirm typo fixed [r7343] --- 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 */