Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox_line.c 


Log Message:
c89 compliance is good
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_line.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- etox_line.c 5 Feb 2005 02:59:04 -0000       1.51
+++ etox_line.c 5 Feb 2005 11:13:05 -0000       1.52
@@ -438,7 +438,7 @@
 etox_line_wrap(Etox *et, Etox_Line *line)
 {
        Evas_List *ll;
-       Evas_Object *bit = NULL, *marker;
+       Evas_Object *bit = NULL, *marker, *split_bit = NULL;
        Evas_Coord x, w, y, h;
        int index = -1, ok = 0;
 
@@ -447,7 +447,6 @@
        etox_line_print_bits(line);
 #endif
 
-   Evas_Object *split_bit = NULL;
    ok= 1;
    for (ll = line->bits; ll && ok; ll = ll->next)
      {




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to