Eina model: Fix the example in the docs to compile.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2012 12:05:20 +0000 (12:05 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2012 12:05:20 +0000 (12:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@67534 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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)