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

SVN revision: 67534
devs/devilhorns/wayland_egl
Tom Hacohen 12 years ago
parent 762126ef49
commit 4bd08d2ca5
  1. 2
      legacy/eina/src/include/eina_model.h

@ -57,7 +57,7 @@
*
* 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)

Loading…
Cancel
Save