diff --git a/src/target/graph.c b/src/target/graph.c index 443d52b..02c32e6 100644 --- a/src/target/graph.c +++ b/src/target/graph.c @@ -112,7 +112,7 @@ static int _graph_function_call(char const * name) #ifdef DEBUG fprintf(stderr, "%s(\"%s\")\n", __func__, name); #endif - fprintf(_fp, "\t%s%s%s%s", _function, " => ", name, ";\n"); + fprintf(_fp, "\t%s%s%s%s", _function, " -> ", name, ";\n"); return 0; }