Index: trunk/src_plugins/show_netnames/show_netnames.c =================================================================== --- trunk/src_plugins/show_netnames/show_netnames.c (revision 33922) +++ trunk/src_plugins/show_netnames/show_netnames.c (revision 33923) @@ -177,7 +177,7 @@ if ((net == NULL) || (net->type != PCB_OBJ_NET)) { if (conf_show_netnames.plugins.show_netnames.omit_nonets) - return; + return NULL; shn = &shn_nonet; if (term != NULL) { sprintf(tmp, "", term->ID); @@ -194,7 +194,7 @@ } if ((shn == NULL) || !shn->show) - return; + return NULL; pcb_obj_center(obj, &x, &y); font = pcb_font(PCB, 0, 0);