diff --git a/tools/bufr_index_build.c b/tools/bufr_index_build.c index 973f89d82..03db9b6e9 100644 --- a/tools/bufr_index_build.c +++ b/tools/bufr_index_build.c @@ -22,8 +22,8 @@ const char* tool_name = "bufr_index_build"; const char* tool_online_doc = NULL; const char* tool_usage = "[options] file file ... "; grib_index* idx = NULL; -char* keys; -char* default_keys = "mars"; +const char* keys; +const char* default_keys = "mars"; grib_option grib_options[] = { /* {id, args, help}, on, command_line, value */