- if ( fp->borrar_registro(fp, n1) == -1) printf("la cague %d\n",n1);
- if ( fp->borrar_registro(fp, n2) == -1) printf("la cague %d\n",n2);
- if ( fp->borrar_registro(fp, n3) == -1) printf("la cague %d\n",n3);
- if ( fp->borrar_registro(fp, n4) == -1) printf("la cague %d\n",n4);
- if ( fp->borrar_registro(fp, n5) == -1) printf("la cague %d\n",n5);
+ fp->borrar_registro(fp, n1);
+ fp->borrar_registro(fp, n2);
+ fp->borrar_registro(fp, n3);
+ fp->borrar_registro(fp, n4);
+ fp->borrar_registro(fp, n5);