Index: excellon.c =================================================================== --- excellon.c (revision 26874) +++ excellon.c (revision 26875) @@ -315,7 +315,7 @@ return rv; } -static void excellon_destroy_gc(pcb_hid_t *hid, pcb_hid_gc_t gc) +static void excellon_destroy_gc(pcb_hid_gc_t gc) { free(gc); }