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