Browse code

tools/graphdot: unbreak syntax

Fix regression introduced in f054dbee6cc5195ba8f37823a494dab2d26e7cca.
+10.23l.

Stefano Sabatini authored on 2012/09/14 18:27:23
Showing 1 changed files
... ...
@@ -97,7 +97,7 @@ static void print_digraph(FILE *outfile, AVFilterGraph *graph)
97 97
                             link->sample_rate, buf,
98 98
                             link->time_base.num, link->time_base.den);
99 99
                 }
100
-                fprintf(outfile, "\n]");
100
+                fprintf(outfile, "\" ];\n");
101 101
             }
102 102
         }
103 103
     }