mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
fixed warning
svn-id: r4716
This commit is contained in:
parent
5a685f5658
commit
cdf61fdf46
@ -636,7 +636,7 @@ int32 Bundle::decompressCodec(int32 codec, byte * comp_input, byte * comp_output
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("Bundle: Unknown codec %d!\n", codec);
|
||||
printf("Bundle: Unknown codec %d!\n", (int)codec);
|
||||
output_size = 0;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user