Ticket #41076: patch-lib-src-two_plane_v1.1-initdistdata.c.diff

File patch-lib-src-two_plane_v1.1-initdistdata.c.diff, 394 bytes (added by cdeil (Christoph Deil), 10 years ago)
  • lib/src/two_plane_v1.1/initdistdata.c

    old new  
    2828  if (I_fits_return_status != 0)
    2929  {
    3030     fprintf(stderr, "Error closing file\n");
    31      return;
     31     return -1;
    3232  }
    33   return;   
     33  return 0;
    3434}
    3535
    3636int initdata_byheader(char *fitsheader, DistCoeff *coeff)