Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5511)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5512)
@@ -21,4 +21,11 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2004/11/30: Thomas Bretz
+ 
+   * MExtractTimeAndChargeDigitalFilter.cc:
+     - InitArrays: added missing return statement
+
+
+
  2004/11/30: Markus Gaug
 
@@ -32,5 +39,6 @@
      - updated to new version of MPedCalcPedRun (only important for 
        intensity calibration)
-      
+
+
 
  2004/11/30: Wolfgang Wittek
@@ -62,4 +70,5 @@
 
 
+
  2004/11/28: Markus Gaug
 
@@ -94,4 +103,5 @@
      - added GetterFunction for one dedicated pad in the status display.
        The pad gets resized to normal size, then. 
+
 
 
@@ -160,4 +170,6 @@
      - removed inclusion of directory mhcalib/
 
+
+
  2004/11/23: Markus Gaug
  
@@ -171,4 +183,5 @@
 
 
+
  2004/11/23: Raquel de los Reyes
 
@@ -177,4 +190,5 @@
        standard F0/F1 (pedestal/calibration) files.
      - Included a Set function.
+
 
 
@@ -203,4 +217,5 @@
      - put a class MPedCalcPedRun in the tasklist for the intensity 
        calibration (does not affect normal calibration).
+
 
 
@@ -222,4 +237,5 @@
        to be 10Led_UV. This has to be removed immediately when the 
        synchronization is done and serves especially the data-check.  
+
 
 
Index: trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc	(revision 5511)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc	(revision 5512)
@@ -214,4 +214,5 @@
       return kFALSE;
 
+  return kTRUE;
 }
 
