Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/loaders/xpm


Modified Files:
        evas_image_load_xpm.c 


Log Message:
Fix more typo.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/xpm/evas_image_load_xpm.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_image_load_xpm.c       24 Sep 2006 13:28:01 -0000      1.7
+++ evas_image_load_xpm.c       24 Sep 2006 13:31:19 -0000      1.8
@@ -539,7 +539,7 @@
                                                     r = (unsigned 
char)cmap[j].r;
                                                      g = (unsigned 
char)cmap[j].g;
                                                      b = (unsigned 
char)cmap[j].b;
-                                                    *ptr = (0xff << 24) |ky (r 
<< 16) | (g << 8) | b;
+                                                    *ptr = (0xff << 24) | (r 
<< 16) | (g << 8) | b;
                                                     ptr++;
                                                      count++;
                                                   }
@@ -567,7 +567,7 @@
                                                 r = (unsigned char)cmap[j].r;
                                                 g = (unsigned char)cmap[j].g;
                                                 b = (unsigned char)cmap[j].b;
-                                               *ptr = (0xff << 24) |ky (r << 
16) | (g << 8) | b;
+                                               *ptr = (0xff << 24) | (r << 16) 
| (g << 8) | b;
                                                ptr++;
                                                count++;
                                                 break;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to