From d8146a8e1a761fc7273b17b726f2df1470a1d189 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 30 Sep 2003 07:51:10 +0000 Subject: [PATCH] typo removed [r1892] --- ir/ir/irdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1