diff --git a/c-eo-intro/src/eo_intro_main.c b/c-eo-intro/src/eo_intro_main.c index e3d6d20d..90dcd1ba 100644 --- a/c-eo-intro/src/eo_intro_main.c +++ b/c-eo-intro/src/eo_intro_main.c @@ -31,7 +31,7 @@ static void _obj_destroy() { // Destroy the root element - printf ("Deleting root...\n"); + printf ("Deleting Root...\n"); efl_unref(_root); // Destroy the child2 element, for which we were keeping an extra reference diff --git a/c-eo-refcount/src/eo_refcount_main.c b/c-eo-refcount/src/eo_refcount_main.c index 2d8eb0cc..e6cd2fb2 100644 --- a/c-eo-refcount/src/eo_refcount_main.c +++ b/c-eo-refcount/src/eo_refcount_main.c @@ -82,9 +82,9 @@ static void _obj_destroy() { // Destroy the root element - printf ("Deleting root...\n"); + printf ("Deleting Root...\n"); efl_unref(_root); - printf ("After deleting root:\n"); + printf ("After deleting Root:\n"); _status_print(); // Destroy the child2 element, for which we were keeping an extra reference