Index: trunk/src/rotate.c =================================================================== --- trunk/src/rotate.c (revision 5299) +++ trunk/src/rotate.c (revision 5300) @@ -52,7 +52,7 @@ /* ---------------------------------------------------------------------- * some local identifiers */ -static pcb_opfunc_t RotateFunctions = { +static pcb_opfunc_t Rotate90Functions = { NULL, RotateText, NULL, @@ -95,7 +95,7 @@ pcb_event(PCB_EVENT_RUBBER_ROTATE90, "ipppccip", Type, Ptr1, Ptr2, Ptr2, ctx.rotate.center_x, ctx.rotate.center_y, ctx.rotate.number, &changed); pcb_undo_add_obj_to_rotate(Type, Ptr1, Ptr2, Ptr3, ctx.rotate.center_x, ctx.rotate.center_y, ctx.rotate.number); - ptr2 = pcb_object_operation(&RotateFunctions, &ctx, Type, Ptr1, Ptr2, Ptr3); + ptr2 = pcb_object_operation(&Rotate90Functions, &ctx, Type, Ptr1, Ptr2, Ptr3); changed |= (ptr2 != NULL); if (changed) { pcb_draw();