fixed virtual server fake data for 12 bit mode

This commit is contained in:
2022-02-18 13:21:21 +01:00
parent aea0efa1b6
commit 6433704086
2 changed files with 19 additions and 15 deletions

View File

@ -2830,7 +2830,7 @@ int set_dynamic_range(int file_des) {
}
// get
if (ret == OK {
if (ret == OK) {
ret = getDynamicRange(&retval);
if (ret == FAIL) {
strcpy(mess, "Could not get dynamic range\n");