Index: trunk/psLib/src/sysUtils/psError.h
===================================================================
--- trunk/psLib/src/sysUtils/psError.h	(revision 426)
+++ trunk/psLib/src/sysUtils/psError.h	(revision 432)
@@ -10,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-15 19:03:41 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-16 02:18:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,6 +45,6 @@
  */
 void psError(
-    char *name,   /**< Source of error such as file or function detected */
-    char *fmt,    /**< A printf style formatting statement defining msg */
+    const char *name,                   ///< Source of error such as file or function detected
+    const char *fmt,                    ///< A printf style formatting statement defining msg
     ...
 );
