X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Faction%2Fswf5compiler.y;h=ed3b94f9e89c8d9254dbfd4b43cdde010e7161ae;hb=df99e9de2273822d54a2efa8d02a08e90181ede1;hp=d80acb0a2b3d3df844b55389e30cd7ada2462844;hpb=628e5b0c1264d8419cde6e458d09ed266bb1c79d;p=swftools.git diff --git a/lib/action/swf5compiler.y b/lib/action/swf5compiler.y index d80acb0..ed3b94f 100644 --- a/lib/action/swf5compiler.y +++ b/lib/action/swf5compiler.y @@ -1,4 +1,4 @@ -/* $Id: swf5compiler.y,v 1.1 2004/02/02 10:12:34 kramm Exp $ */ +/* $Id: swf5compiler.y,v 1.2 2008/10/28 13:05:13 kramm Exp $ */ %start program @@ -391,7 +391,7 @@ identifier | POST { $$ = strdup("post"); } | GET { $$ = strdup("get"); } | LOADVARIABLES { $$ = strdup("loadvariables"); } - | LOADMOVIE { $$ = strdup("loadmovie"); } + | LOADMOVIE { $$ = strdup("loadMovie"); } ; formals_list