dot expects "->" and not "=>"
This commit is contained in:
parent
9b4605bbb6
commit
31263a7a98
@ -112,7 +112,7 @@ static int _graph_function_call(char const * name)
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "%s(\"%s\")\n", __func__, name);
|
fprintf(stderr, "%s(\"%s\")\n", __func__, name);
|
||||||
#endif
|
#endif
|
||||||
fprintf(_fp, "\t%s%s%s%s", _function, " => ", name, ";\n");
|
fprintf(_fp, "\t%s%s%s%s", _function, " -> ", name, ";\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user