IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 443


Ignore:
Timestamp:
Apr 19, 2004, 9:39:31 AM (22 years ago)
Author:
rhl
Message:

Provided missing comma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetadata.h

    r403 r443  
    8484/// Add item to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
    8585psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< Metadata to add to
    86                                  int typeFlags ///< type of this piece of metadata + flags
     86                                 int typeFlags, ///< type of this piece of metadata + flags
    8787                                 const void *val, ///< value of new item N.b. a pointer even if the item
    8888                                                  ///< is of type e.g. int
Note: See TracChangeset for help on using the changeset viewer.