Fix typo.
authorsebastid <sebastid>
Sun, 24 Sep 2006 13:24:28 +0000 (13:24 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Sep 2006 13:24:28 +0000 (13:24 +0000)
SVN revision: 26097

legacy/evas/src/modules/loaders/xpm/evas_image_load_xpm.c

index 8646fad..04f0b08 100644 (file)
@@ -500,7 +500,7 @@ evas_image_load_file_xpm(RGBA_Image *im, const char *file, const char *key, int
                                      r = (unsigned char)cmap[lookup[lu1][lu2]].r;
                                      g = (unsigned char)cmap[lookup[lu1][lu2]].g;
                                      b = (unsigned char)cmap[lookup[lu1][lu2]].b;
-                                     *ptr = (0xff << 24) |ky (r << 16) | (g << 8) | b;
+                                     *ptr = (0xff << 24) | (r << 16) | (g << 8) | b;
                                      ptr++;
                                      count++;
                                    }