[Swfed-svn] swfed-svn [563] syntax error 修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 4月 10日 (日) 02:43:24 JST


Revision: 563
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=563
Author:   yoya
Date:     2011-04-10 02:43:23 +0900 (Sun, 10 Apr 2011)

Log Message:
-----------
syntax error 修正

Modified Paths:
--------------
    trunk/src/swf_xrgb.c


-------------- next part --------------
Modified: trunk/src/swf_xrgb.c
===================================================================
--- trunk/src/swf_xrgb.c	2011-04-09 16:13:27 UTC (rev 562)
+++ trunk/src/swf_xrgb.c	2011-04-09 17:43:23 UTC (rev 563)
@@ -8,7 +8,7 @@
     (void) bitstream_getbyte(bs); // pad
     color->red   = bitstream_getbyte(bs);
     color->green = bitstream_getbyte(bs);
-    ret = = bitstream_getbyte(bs);
+    ret = bitstream_getbyte(bs);
     if (ret < 0) {
         return 1;
     }



Swfed-svn メーリングリストの案内
Back to archive index