]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing extra comma
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jul 2008 14:45:46 +0000 (14:45 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jul 2008 14:45:46 +0000 (14:45 +0000)
MUON/AliMUONPadStatusMaker.h

index a69bbcdaffd0047a6d3c18cc9136a6debac62ad9..5eb2e3fa4287bf69bfd0d80aa7e42b58b61b08a0 100644 (file)
@@ -177,7 +177,7 @@ private:
   enum EOtherStatus
   {
     kManuOccupancyTooLow = (1<<1),
-    kManuOccupancyTooHigh = (1<<2),
+    kManuOccupancyTooHigh = (1<<2)
   };
   
   const AliMUONCalibrationData& fCalibrationData; //!< helper class to get data access (not owner)