[project @ 2004-06-21 15:22:05 by bursa]
Fix type of memory_cache_size. svn path=/import/netsurf/; revision=987
This commit is contained in:
parent
b4723c1d05
commit
ed8bde561c
|
@ -61,7 +61,7 @@ struct {
|
|||
{ "font_min_size", OPTION_INTEGER, &option_font_min_size },
|
||||
{ "accept_language", OPTION_STRING, &option_accept_language },
|
||||
{ "ssl_verify_certificates", OPTION_BOOL, &option_ssl_verify_certificates },
|
||||
{ "memory_cache_size", OPTION_STRING, &option_memory_cache_size },
|
||||
{ "memory_cache_size", OPTION_INTEGER, &option_memory_cache_size },
|
||||
EXTRA_OPTION_TABLE
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue