Changed: #825 Remove all warning when compiling Ryzom on Linux

This commit is contained in:
kervala 2010-05-10 21:14:44 +02:00
parent b25c2fa105
commit 307208ccb6

View file

@ -586,7 +586,7 @@ void initLibWWW()
/* Register the default set of MIME header parsers */
struct {
char * string;
const char * string;
HTParserCallback * pHandler;
} fixedHandlers[] = {
{"accept", &HTMIME_accept},