[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, upstream-vcs, updated. 069f3cc6c93f253bffbc90289fe21d868f745bb6

cedric cedric at alioth.debian.org
Sat Jun 7 18:24:28 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit d3b06c4d42cf6989ed3b63518e639ccd69942002
Author: cedric <cedric>
Date:   Fri May 30 13:55:51 2008 +0000

    Fix a typo.

diff --git a/src/lib/include/evas_common.h b/src/lib/include/evas_common.h
index 638b8d0..6d1efc9 100644
--- a/src/lib/include/evas_common.h
+++ b/src/lib/include/evas_common.h
@@ -1289,7 +1289,7 @@ EAPI void                            evas_cache_image_data_not_needed(Image_Entr
 EAPI int                             evas_cache_image_flush(Evas_Cache_Image *cache);
 EAPI void                            evas_cache_private_set(Evas_Cache_Image *cache, const void *data);
 EAPI void*                           evas_cache_private_get(Evas_Cache_Image *cache);
-EAPI void*                           evas_cache_private_from_image_entry_get(Image_Entry *im)
+EAPI void*                           evas_cache_private_from_image_entry_get(Image_Entry *im);
 
 EAPI int                             evas_cache_image_usage_get(Evas_Cache_Image *cache);
 EAPI int                             evas_cache_image_get(Evas_Cache_Image *cache);

-- 
Enlightenment DR17 advanced canvas library



More information about the Pkg-e-commits mailing list