cleanup: fix include

This commit is contained in:
bnnm 2024-07-28 18:54:53 +02:00
parent c333b20260
commit 31140a0c08

View File

@ -868,7 +868,7 @@ again_opts:
verbose = 1;
break;
default:
VGM_LOG("vgmstream123: unknown opt %x", opt);
printf("vgmstream123: unknown opt %x", opt);
goto done;
}
}