X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=378bf064b14e7f8c74363651febe8822472fc67b;hb=a61b92b4ac72cd15ee0f3165f2e7a2f5ac00f156;hp=48847c250a2d2110daad5ee2f3e83014baf120e7;hpb=ebb61a567502ebe4b3d3c4b3284964600fecd90b;p=swftools.git 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 }