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:
parent
c9825b8a8a
commit
ac5255aa30
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user