Index: remove.c =================================================================== --- remove.c (revision 5278) +++ remove.c (revision 5279) @@ -51,7 +51,8 @@ RemoveLinePoint, RemovePolygonPoint, RemoveArc_op, - RemoveRat + RemoveRat, + NULL }; static pcb_opfunc_t DestroyFunctions = { @@ -66,7 +67,8 @@ NULL, DestroyPolygonPoint, DestroyArc, - DestroyRat + DestroyRat, + NULL }; /* ----------------------------------------------------------------------