Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r33177024ac5a710bc4ed290795a74abb4f91ff3c -r1aa107d4e9b0a4229e6ccc53608564c16f456f2d --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 33177024ac5a710bc4ed290795a74abb4f91ff3c) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 1aa107d4e9b0a4229e6ccc53608564c16f456f2d) @@ -311,7 +311,7 @@ if ( TRUE == bldAlarmsStatus ) { - if ( TREATMENT_STOP_RECOVER_BLOOD_DETECT_STATE != state ) && ( dialysateRecircBlocked != TRUE ) + if ( ( TREATMENT_STOP_RECOVER_BLOOD_DETECT_STATE != state ) && ( dialysateRecircBlocked != TRUE ) ) { setupForRecoverBloodDetectState(); result = TREATMENT_STOP_RECOVER_BLOOD_DETECT_STATE;