Fix a warning
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1650 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
0bfc627094
commit
3797966fa7
@ -2427,7 +2427,7 @@ void Save_GIF(T_IO_Context * context)
|
|||||||
current_layer++)
|
current_layer++)
|
||||||
{
|
{
|
||||||
// Write a Graphic Control Extension
|
// Write a Graphic Control Extension
|
||||||
char GCE_block[] = "\x21\xF9\x04\x04\x05\x00\x00\x00";
|
byte GCE_block[] = "\x21\xF9\x04\x04\x05\x00\x00\x00";
|
||||||
// 'Default' values:
|
// 'Default' values:
|
||||||
// Disposal method "Do not dispose"
|
// Disposal method "Do not dispose"
|
||||||
// Duration 5/100s (minimum viable value for current web browsers)
|
// Duration 5/100s (minimum viable value for current web browsers)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user