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