Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r8c22edb621da0832b1e1d9c7b1600dd63c94877d -r4d7bb5dc92d934b7237391503b211f238ba0d254 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 8c22edb621da0832b1e1d9c7b1600dd63c94877d) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 4d7bb5dc92d934b7237391503b211f238ba0d254) @@ -1091,7 +1091,7 @@ case DG_FILL_MODE_STATE_DELIVER_DIALYSATE: setValveState( VPO, VALVE_STATE_FILL_C_TO_NC ); - if ( ( didFillRecoverFromPause != TRUE ) || ( 0 == dialysateFillStartTimeMS ) ) + if ( ( didFillRecoverFromPause != TRUE ) || ( 0 == dialysateFillStartTimeMS ) ) { dialysateFillStartTimeMS = getMSTimerCount(); }