single quotes
This commit is contained in:
parent
7c9df02b2c
commit
020498fd5d
|
@ -753,7 +753,7 @@ void FurnaceGUI::drawChanOsc() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'l': {
|
case 'l': {
|
||||||
text+="\n";
|
text+='\n';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case '%':
|
case '%':
|
||||||
|
|
Loading…
Reference in a new issue