urlmon: Make some data const.

This commit is contained in:
Dmitry Timoshkov 2006-11-29 18:03:44 +08:00 committed by Alexandre Julliard
parent 1d5f0f41f0
commit 8b72102bd7
1 changed files with 2 additions and 2 deletions

View File

@ -300,13 +300,13 @@ static void on_progress(Binding *This, ULONG progress, ULONG progress_max,
static void dump_BINDINFO(BINDINFO *bi)
{
static const char *BINDINFOF_str[] = {
static const char * const BINDINFOF_str[] = {
"#0",
"BINDINFOF_URLENCODESTGMEDDATA",
"BINDINFOF_URLENCODEDEXTRAINFO"
};
static const char *BINDVERB_str[] = {
static const char * const BINDVERB_str[] = {
"BINDVERB_GET",
"BINDVERB_POST",
"BINDVERB_PUT",