summaryrefslogtreecommitdiff
path: root/tools/graph2dot.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-14 11:27:23 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-14 11:29:25 +0200
commit363307813e834314e85ac833dc17b4a8527c8559 (patch)
tree2dbb041729e86901d12d7a74e018af0602a46682 /tools/graph2dot.c
parentdead4580e2424c2fd1868e67642b9ec5f81705d9 (diff)
tools/graphdot: unbreak syntax
Fix regression introduced in f054dbee6cc5195ba8f37823a494dab2d26e7cca. +10.23l.
Diffstat (limited to 'tools/graph2dot.c')
-rw-r--r--tools/graph2dot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/graph2dot.c b/tools/graph2dot.c
index 14f0e7a024..c4a50a8278 100644
--- a/tools/graph2dot.c
+++ b/tools/graph2dot.c
@@ -97,7 +97,7 @@ static void print_digraph(FILE *outfile, AVFilterGraph *graph)
link->sample_rate, buf,
link->time_base.num, link->time_base.den);
}
- fprintf(outfile, "\n]");
+ fprintf(outfile, "\" ];\n");
}
}
}