IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2004, 4:48:25 PM (22 years ago)
Author:
Paul Price
Message:

Fixed brackets.

File:
1 edited

Legend:

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

    r266 r291  
    1515void psAbort(const char *name,          ///< Category of code that caused the abort
    1616             const char *fmt,           ///< Format
    17              ...)                       ///< Extra arguments to use format
    18 ;
     17             ...                        ///< Extra arguments to use format
     18             );
    1919
    2020/// Prints an error message and doesn't abort
    2121void psError(const char *name,          ///< Category of code that caused the abort
    2222             const char *fmt,           ///< Format
    23              ...)                       ///< Extra arguments to use format
    24 ;
     23             ...                        ///< Extra arguments to use format
     24    );
    2525
    2626/// Allocates and returns a copy of a string
    27 char *psStringCopy(const char *str)     ///< string to copy
    28 ;
     27char *psStringCopy(const char *str      ///< string to copy
     28    );
    2929
    3030/// Allocates nChar and returns a copy of the string or segment
    31 char *psStringNCopy(const char *str, int nChar) ///< string to copy
    32 ;
     31char *psStringNCopy(const char *str,    ///< string to copy
     32                    int nChar           //!< Number of characters (including \0 )
     33    );
    3334
    3435/* \} */ // End of SystemGroup Functions
Note: See TracChangeset for help on using the changeset viewer.