Index: trunk/psLib/src/sys/psTrace.h
===================================================================
--- trunk/psLib/src/sys/psTrace.h	(revision 1426)
+++ trunk/psLib/src/sys/psTrace.h	(revision 1440)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 22:44:25 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:34:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -53,5 +53,5 @@
             int level;                  // trace level for this component
             int n;                      // number of subcomponents
-            struct p_psComponent **subcomp;     // next level of subcomponents
+            struct p_psComponent* *subcomp;     // next level of subcomponents
         }
 p_psComponent;
