X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Ftest.c;fp=lib%2Fgfxpoly%2Ftest.c;h=6d125138aef6a8b7e2515b2699ec5fd288f0c441;hp=26ebd1b2f126fc780e5e62d340d6013abf1b0d1d;hb=82228fda28e4361ca674fb2513f1c23c471421e6;hpb=bdad407fb79c2f7be9f3603694ebdeadc645b52d diff --git a/lib/gfxpoly/test.c b/lib/gfxpoly/test.c index 26ebd1b..6d12513 100644 --- a/lib/gfxpoly/test.c +++ b/lib/gfxpoly/test.c @@ -638,6 +638,6 @@ void test5(int argn, char*argv[]) int main(int argn, char*argv[]) { - test0(argn, argv); + test3(argn, argv); }