diff --git a/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx b/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx
index 0c5069ef9b761bb7ce44dde43e7ff5ab6a70e3ec..af4be89d709755feeff716d1b95e388cc3a2cebe 100644
--- a/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx
+++ b/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx
@@ -368,7 +368,7 @@ for(unsigned int i = 0 ; i < mysizeE ; i++){
   else{
     clover = m_EventData->GetCoreCloverNbrE(i);
     crystal = m_EventData->GetCoreCrystalNbrE(i);
-    Eraw = m_EventData->GetCoreEnergy(i)
+    Eraw = m_EventData->GetCoreEnergy(i);
   }
   if(Eraw>=m_Cry_E_Raw_Threshold && IsValidChannel(0, clover, crystal)){
     name = "GETAMU/D"+ NPL::itoa(clover)+"_CRY"+ NPL::itoa(crystal);