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