Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 1441)
+++ trunk/psLib/src/sys/psError.h	(revision 1448)
@@ -13,6 +13,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:40:55 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-10 01:55:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,11 +32,10 @@
  *  log message.
  *
- *  @return  void No return value
- *
  */
-void psError(const char *name,  ///< Source of error such as file or function detected
-             const char *fmt,   ///< A printf style formatting statement defining msg
-             ...
-            );
+void psError(
+    const char *name,                  ///< Source of error such as file or function detected
+    const char *fmt,                   ///< A printf style formatting statement defining msg
+    ...
+);
 
 /* @} */// End of SysUtils Functions
