Merge branch 'eccodes' of ssh://software.ecmwf.int:7999/GRIB/grib_api into eccodes

This commit is contained in:
Shahram Najm 2015-01-07 16:44:30 +00:00
commit 0e3974bda2
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ static void dump_string_array(grib_dumper* d,grib_accessor* a,const char* commen
}
fprintf(self->dumper.out,"%-*s\"%s\"\n",(int)(tab+strlen(a->name)+4)," ",values[i]);
fprintf(self->dumper.out,"%-*s",mydepth," ");
fprintf(self->dumper.out," ],");
fprintf(self->dumper.out," ]");
grib_context_free(c,values);
}