Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1666)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1667)
@@ -21,4 +21,10 @@
      - added MBinning as class type to FindObject
      - added BinningHist (without the X) as binning name for a 1D histogram
+
+   * mfileio/MReadMarsFile.cc:
+     - corrected typo
+
+   * mfileio/MCT1ReadPreProc.cc:
+     - fixed a warning
 
 
Index: /trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc	(revision 1666)
+++ /trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc	(revision 1667)
@@ -160,5 +160,5 @@
             *fLog << "in this case you may get less photons than you would expect." << endl;
         }
-        if (mcheader->GetCamVersion==50)
+        if (mcheader->GetCamVersion()==50)
         {
             *fLog << warn << "Warning - You are using a file created with Camera 0.5." << endl;
