Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
LMS funcionando perfeitamente bem com comprimento 128.
Browse files Browse the repository at this point in the history
  • Loading branch information
fofoni committed Jan 15, 2017
1 parent 795dc9d commit 11cfdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ATFA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ void ATFA::show_rir() {
else {
imp_resp_html << "The room impulse response is empty!<br />"
"This means there is no echo in the room. "
"You will hear nothing.";
"You will hear nothing.<br />";
}
imp_resp_html << "</span>";
ShowTextDialog *showrir_dialog = new ShowTextDialog(
Expand Down

0 comments on commit 11cfdcd

Please sign in to comment.