aboutsummaryrefslogtreecommitdiff
path: root/src/images/wwwcactuscodeorg.h
diff options
context:
space:
mode:
authortradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-09-07 20:43:32 +0000
committertradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-09-07 20:43:32 +0000
commit2a821ca1ce7450829a290715ec943da92653d279 (patch)
tree080b3a9e1708d016eccd677368b92704960d94b5 /src/images/wwwcactuscodeorg.h
parent9d16a4d11ced1a08cf3f763beefd73b9d0f04405 (diff)
Declare image array as 'unsigned char []'. Prevents hundreds of warnings
from the Fujitsu compiler. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@132 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/images/wwwcactuscodeorg.h')
-rw-r--r--src/images/wwwcactuscodeorg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/images/wwwcactuscodeorg.h b/src/images/wwwcactuscodeorg.h
index d6db8a7..02ebc14 100644
--- a/src/images/wwwcactuscodeorg.h
+++ b/src/images/wwwcactuscodeorg.h
@@ -2,7 +2,8 @@
#define __wwwcactuscodeorg_H_
-static char wwwcactuscodeorg[]={0xFF,0xD8,0xFF,0xE0,0x00,0x10,0x4A,0x46,0x49,
+static unsigned char wwwcactuscodeorg[]={
+ 0xFF,0xD8,0xFF,0xE0,0x00,0x10,0x4A,0x46,0x49,
0x46,0x00,0x01,0x01,0x00,0x00,0x01,0x00,0x01,0x00,0x00,0xFF,
0xFE,0x00,0x4F,0x43,0x52,0x45,0x41,0x54,0x4F,0x52,0x3A,0x20,
0x58,0x56,0x20,0x56,0x65,0x72,0x73,0x69,0x6F,0x6E,0x20,0x33,
@@ -750,4 +751,3 @@ static char wwwcactuscodeorg[]={0xFF,0xD8,0xFF,0xE0,0x00,0x10,0x4A,0x46,0x49,
0x28,0xA2,0x80,0x3F,0xFF,0xD9};
#endif /* __wwwcactuscodeorg_H_ */
-