Browse Source

tools/graphdot: unbreak syntax

Fix regression introduced in f054dbee6c.
+10.23l.
tags/n1.0
Stefano Sabatini 13 years ago
parent
commit
363307813e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/graph2dot.c

+ 1
- 1
tools/graph2dot.c 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");
}
}
}


Loading…
Cancel
Save