X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfcombine.c;h=378bf064b14e7f8c74363651febe8822472fc67b;hp=48847c250a2d2110daad5ee2f3e83014baf120e7;hb=fc815311aa1bd67877b404493838dfd85a86f596;hpb=ebb61a567502ebe4b3d3c4b3284964600fecd90b diff --git a/src/swfcombine.c b/src/swfcombine.c index 48847c2..378bf06 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -1385,6 +1385,7 @@ int main(int argn, char *argv[]) swf_WriteSWF(fi, &newswf); } close(fi); - return 0; + + return 0; //ok }