Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 4766) +++ global_typedefs.h (revision 4767) @@ -36,7 +36,7 @@ typedef struct pcb_font_s pcb_font_t; typedef struct pcb_line_s pcb_line_t; typedef struct pcb_arc_s pcb_arc_t; -typedef struct pcb_point_s PointType, *PointTypePtr; +typedef struct pcb_point_s pcb_point_t; typedef struct pcb_rat_line_s RatType, *RatTypePtr; typedef struct polygon_st PolygonType, *PolygonTypePtr;