From 26be68110516542fb3aaf982a209294fbda75c30 Mon Sep 17 00:00:00 2001 From: englebass Date: Fri, 13 Aug 2010 22:48:59 +0000 Subject: [PATCH] Fix typo git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@51103 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Eet.h b/src/lib/Eet.h index 897ebc0..337cbc7 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -1779,7 +1779,7 @@ struct _Eet_Data_Descriptor_Class const char *(*type_get)(const void *data, Eina_Bool *unknow); /**< convert any kind of data type to a name that define an Eet_Data_Element. */ Eina_Bool (*type_set)(const char *type, void *data, Eina_Bool unknow); /**< set the type at a particular adress */ void * (*array_alloc)(size_t size); /**< how to allocate memory for array (usually malloc()) */ - void (*array_free)(void *mem); /**< how to free memory for array (usually malloc()) */ + void (*array_free)(void *mem); /**< how to free memory for array (usually free()) */ } func; }; -- 2.7.4