git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@508 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
    if((**i).GetType()==WXLO_TYPE_LINEBREAK)
    {
       if(offset)
    if((**i).GetType()==WXLO_TYPE_LINEBREAK)
    {
       if(offset)
-         *offset = (cpos.x > object.x) : 1 : 0;
+         *offset = (cpos->x > object.x) ? 1 : 0;
       return i;
    }
    cpos->x = object.x; // would be the coordinate of next object
    cpos->y = object.y;
    cpos->x += width; // last object's width
       return i;
    }
    cpos->x = object.x; // would be the coordinate of next object
    cpos->y = object.y;
    cpos->x += width; // last object's width
-   if(*offset)  *offset = cpos->x-object.x
+   if(*offset)  *offset = cpos->x-object.x;