From: Götz Lindenmaier Date: Tue, 30 Sep 2003 07:51:10 +0000 (+0000) Subject: typo removed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d8146a8e1a761fc7273b17b726f2df1470a1d189;p=libfirm typo removed [r1892] --- diff --git a/ir/ir/irdump.c b/ir/ir/irdump.c index 963a5bd92..7403d837f 100644 --- a/ir/ir/irdump.c +++ b/ir/ir/irdump.c @@ -63,7 +63,7 @@ #define TYPE_CLASS_NODE_ATTR "color: green" #define TYPE_DESCRIPTION_NODE_ATTR "color: lightgreen" #define ENTITY_NODE_ATTR "color: yellow" -#define ENT_TYPE_EDGE_ATTR "class: 3 label \"type\" color: red" +#define ENT_TYPE_EDGE_ATTR "class: 3 label: \"type\" color: red" #define ENT_OWN_EDGE_ATTR "class: 4 label: \"owner\" color: black" #define METH_PAR_EDGE_ATTR "class: 5 label: \"param %d\" color: green" #define METH_RES_EDGE_ATTR "class: 6 label: \"res %d\" color: green"