Commit 36330781 authored by Stefano Sabatini's avatar Stefano Sabatini

tools/graphdot: unbreak syntax

Fix regression introduced in f054dbee.
+10.23l.
parent dead4580
......@@ -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");
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment