Remove '\0' from source file

This commit is contained in:
Robin Gareus 2021-12-03 13:52:51 +01:00
parent cc34eac4a5
commit 948fc37b47
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -1812,7 +1812,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
if (!check_active()) {
return;
}
}
_pass_thru = _requests.pass_thru.exchange (false);
bool allstop = _requests.stop_all.exchange (false);