Add comment

This commit is contained in:
bnnm 2018-01-27 11:08:00 +01:00
parent 88999d570d
commit d84929b499

View File

@ -148,7 +148,7 @@ VGMSTREAM * init_vgmstream_sxd(STREAMFILE *streamFile) {
break;
}
#endif
//case 0x28: /* dummy codec? (found with 0 samples) */
default:
VGM_LOG("SXD: unknown codec 0x%x\n", codec);
goto fail;