Fixed typo in ifdef

This commit is contained in:
Jordan Sherer 2019-12-09 14:02:36 -05:00
parent 5215fd324d
commit 69c03c5e94

View File

@ -4225,7 +4225,7 @@ bool MainWindow::decodeEnqueueReady(qint32 k, qint32 k0){
}
#endif
#if JS8_ENABLE_JS8E
#if JS8_ENABLE_JS8I
if(couldDecodeI){
DecodeParams d;
d.submode = Varicode::JS8CallUltra;