fixed json problem with pgps data

This commit is contained in:
Enrico Fucile 2015-01-07 16:16:22 +00:00
parent 2e3d8eef08
commit 310ffff294
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);
}