Index: trunk/archive/pslib/include/psStats.h
===================================================================
--- trunk/archive/pslib/include/psStats.h	(revision 215)
+++ trunk/archive/pslib/include/psStats.h	(revision 226)
@@ -33,15 +33,15 @@
 /** generic statistics structure */
 typedef struct {
-    double sampleMean			//<! formal mean of sample
+    double sampleMean;			//<! formal mean of sample
     double sampleMeanError;		//<! error on formal mean
-    double sampleMedian			//<! formal median of sample
+    double sampleMedian;		//<! formal median of sample
     double sampleMedianError;		//<! error on formal median
     double sampleStdev;			//<! standard deviation of sample
     double sampleUQ;			//<! upper quartile of sample
     double sampleLQ;			//<! lower quartile of sample
-    double robustMean			//<! robust mean of array
+    double robustMean;			//<! robust mean of array
     double robustMeanError;		//<! error on robust mean
     int    robustMeanNvalues;		//<! number of measurements used for robust mean
-    double robustMedian			//<! robust median of array
+    double robustMedian;		//<! robust median of array
     double robustMedianError;		//<! error on robust median
     int    robustMedianNvalues;		//<! number of measurements used for robust median
@@ -49,5 +49,5 @@
     double robustUQ;			//<! robust upper quartile
     double robustLQ;			//<! robust lower quartile
-    double clippedMean			//<! Nsigma clipped mean
+    double clippedMean;			//<! Nsigma clipped mean
     double clippedMeanError;		//<! error on clipped mean
     int    clippedMeanNvalues;		//<! number of data points used for clipped mean
