Index: /trunk/archive/pslib/src/Utils/psErrorCodes.dat
===================================================================
--- /trunk/archive/pslib/src/Utils/psErrorCodes.dat	(revision 567)
+++ /trunk/archive/pslib/src/Utils/psErrorCodes.dat	(revision 568)
@@ -2,10 +2,10 @@
 # This file is used to generate psErrorClasses.h
 #
-NONE = 0,		not an error; must be 0
-BASE = 256,		first value we use; should avoid errno conflicts
-UNKNOWN,		unknown error
-IO,			I/O error
-BADFREE,		bad argument to psFree()
-MEMORY_CORRUPTION,	memory corruption detected
-MEMORY_EXHAUSTED,       unable to allocate requested memory
-BAD_INDEX,		index is out of range
+NONE = 0		no error
+BASE = 256		first value we use; should avoid errno conflicts
+UNKNOWN			unknown error
+IO			I/O error
+BADFREE			bad argument to psFree()
+MEMORY_CORRUPTION	memory corruption detected
+MEMORY_EXHAUSTED	unable to allocate requested memory
+BAD_INDEX		index is out of range
