Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
- add new lines to warnings

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_text.c  21 Oct 2005 21:35:24 -0000      1.30
+++ ewl_text.c  21 Oct 2005 21:51:11 -0000      1.31
@@ -3636,7 +3636,7 @@
        /* something bad...no context...no children...wtf? */
        if (!tree->children)
        {
-               DWARNING("No children, no context.... wtf?");
+               DWARNING("No children, no context.... wtf?\n");
                DRETURN_PTR(NULL, DLEVEL_STABLE);
        }
 
@@ -3655,7 +3655,7 @@
                count += child->length;
        }
        
-       DWARNING("Got to the end of function... is that possible?");
+       DWARNING("Got to the end of function... is that possible?\n");
        DRETURN_PTR(tx, DLEVEL_STABLE);
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to