Skip to content

Commit

Permalink
Const correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Nov 11, 2024
1 parent 49c0aeb commit 5b3a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accessor/grib_accessor_class_expanded_descriptors.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void grib_accessor_expanded_descriptors_t::init(const long len, grib_arguments*
#if MYDEBUG
static int global_depth = -1;

static char* descriptor_type_name(int dtype)
static const char* descriptor_type_name(int dtype)
{
switch (dtype) {
case BUFR_DESCRIPTOR_TYPE_STRING:
Expand Down

0 comments on commit 5b3a392

Please sign in to comment.