1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-04-19 08:42:15 +03:00

Fix ULAW identification in fmfconv

It's an unused format in current implementation, though.
This commit is contained in:
Sergio Baldoví 2018-06-17 08:26:09 +02:00
parent c9825b8a8a
commit ac5255aa30

View File

@ -65,6 +65,7 @@ get_sound_type( int sound_type )
break;
case 'U':
retval = ULW;
break;
default:
printe( "Unknown sound_type:%x\n", sound_type );
exit( -1 );