X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fcode.c;h=be85d2e0bc1ba0aea0e8ce794dbdc55aa84ad624;hb=83279950b8606a2f3a37bc9fbf00a97e2cc5e6b1;hp=04cc8d7df9bab76ff27edfb599da1a026e283d43;hpb=dc811a3e72d1926e8a0607b1f0571596c2f4e1a6;p=swftools.git diff --git a/lib/as3/code.c b/lib/as3/code.c index 04cc8d7..be85d2e 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -466,7 +466,7 @@ static int opcode_write(TAG*tag, code_t*c, pool_t*pool, abc_file_t*file, int len c->opcode == OPCODE___CONTINUE__) { fprintf(stderr, "Unresolved %s\n", op->name); } else { - fprintf(stderr, "Error: writing undefined internal opcode %s", op->name); + fprintf(stderr, "Error: writing undefined internal opcode %s\n", op->name); } }