Eina model: Fix the example in the docs to compile.

SVN revision: 67534
This commit is contained in:
Tom Hacohen 2012-01-25 12:05:20 +00:00
parent 762126ef49
commit 4bd08d2ca5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
* *
* static void _cb_on_deleted(void *data, Eina_Model *model, const Eina_Model_Event_Description *desc, void *event_info) * static void _cb_on_deleted(void *data, Eina_Model *model, const Eina_Model_Event_Description *desc, void *event_info)
* { * {
* printf("deleted %p\n". model); * printf("deleted %p\n", model);
* } * }
* *
* int main(void) * int main(void)