This commit is contained in:
2021-06-23 08:34:15 +02:00
parent 755738a42e
commit 04645dfae2
2 changed files with 6 additions and 7 deletions

View File

@ -2080,7 +2080,7 @@ int getDataStream(int left, int *retval) {
} else {
*retval = eiger_virtual_right_datastream;
}
#endif
#else
if (!Beb_GetDataStream(left, retval)) {
return FAIL;
}