tools/graphdot: unbreak syntax

Fix regression introduced in f054dbee6c.
+10.23l.
This commit is contained in:
Stefano Sabatini 2012-09-14 11:27:23 +02:00
parent dead4580e2
commit 363307813e
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}
}