Index: excellon.c =================================================================== --- excellon.c (revision 26779) +++ excellon.c (revision 26780) @@ -440,7 +440,7 @@ excellon_fill_polygon(gc, 0, NULL, NULL); } -static void excellon_calibrate(double xval, double yval) +static void excellon_calibrate(pcb_hid_t *hid, double xval, double yval) { pcb_message(PCB_MSG_ERROR, "Excellon internal error: can not calibrate()\n"); }