Index: plug_footprint_act.c =================================================================== --- plug_footprint_act.c (revision 17460) +++ plug_footprint_act.c (revision 17461) @@ -33,7 +33,7 @@ static const char pcb_acts_fp_rehash[] = "fp_rehash()" ; static const char pcb_acth_fp_rehash[] = "Flush the library index; rescan all library search paths and rebuild the library index. Useful if there are changes in the library during a pcb-rnd session."; -static int pcb_act_fp_rehash(int oargc, const char **oargv) +static fgw_error_t pcb_act_fp_rehash(int oargc, const char **oargv) { PCB_OLD_ACT_BEGIN; pcb_fplibrary_t *l;