Index: remove_act.c =================================================================== --- remove_act.c (revision 17460) +++ remove_act.c (revision 17461) @@ -50,7 +50,7 @@ %end-doc */ -static int pcb_act_Delete(int oargc, const char **oargv) +static fgw_error_t pcb_act_Delete(int oargc, const char **oargv) { PCB_OLD_ACT_BEGIN; const char *function = PCB_ACTION_ARG(0); @@ -96,7 +96,7 @@ %end-doc */ -static int pcb_act_RemoveSelected(int oargc, const char **oargv) +static fgw_error_t pcb_act_RemoveSelected(int oargc, const char **oargv) { PCB_OLD_ACT_BEGIN; if (pcb_remove_selected())