IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2022, 8:45:46 AM (4 years ago)
Author:
eugene
Message:

fix typo on semicolon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/psastro/src/psastroDataSave.c

    r42194 r42216  
    7676                    psastroVersionHeaderFull(hdu->header);
    7777                    // Append the reference catalog to the header as well.
    78                     char *catdir = psMetadataLookupStr(NULL, recipe, "PSASTRO.CATDIR")
     78                    char *catdir = psMetadataLookupStr(NULL, recipe, "PSASTRO.CATDIR");
    7979                    psMetadataAddStr(hdu->header, PS_LIST_TAIL, "PSREFCAT", PS_META_REPLACE, NULL, catdir);
    8080                    lastHDU = hdu;
Note: See TracChangeset for help on using the changeset viewer.