Eina model: Fix the example in the docs to compile.
authorTom Hacohen <tom@stosb.com>
Wed, 25 Jan 2012 12:05:20 +0000 (12:05 +0000)
committerTom Hacohen <tom@stosb.com>
Wed, 25 Jan 2012 12:05:20 +0000 (12:05 +0000)
SVN revision: 67534

legacy/eina/src/include/eina_model.h

index 640e697..e0cbf64 100644 (file)
@@ -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)