From 3797966fa7a15c137de23baa61d83130d68c416e Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sun, 14 Nov 2010 14:57:23 +0000 Subject: [PATCH] Fix a warning git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1650 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/fileformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileformats.c b/src/fileformats.c index 0d96635e..01e764c1 100644 --- a/src/fileformats.c +++ b/src/fileformats.c @@ -2427,7 +2427,7 @@ void Save_GIF(T_IO_Context * context) current_layer++) { // 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: // Disposal method "Do not dispose" // Duration 5/100s (minimum viable value for current web browsers)