1
0
forked from GitHub/gf-core

fixes in the C and Python API to make them closer to the Haskell API

This commit is contained in:
kr.angelov
2013-08-16 12:44:37 +00:00
parent fc7e77bf50
commit 1e44fdb3d3
7 changed files with 29 additions and 28 deletions

View File

@@ -220,7 +220,7 @@ static PgfLinFuncs pgf_bracket_lin_funcs = {
.end_phrase = pgf_bracket_lzn_end_phrase
};
void
static void
pgf_graphviz_parse_level(GuBuf* level, GuWriter* wtr, GuExn* err)
{
gu_puts("\n subgraph {rank=same;\n", wtr, err);