From 868cae446ade049cbc012ca6f173993e8ca38cf2 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 7 Aug 2018 14:35:25 +0200 Subject: [PATCH] Fix misplaced bracket --- src/plugins/weatherdata/gfs/g2clib/pdstemplates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c b/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c index 298dbf42f..bd040d921 100644 --- a/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c +++ b/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c @@ -505,6 +505,7 @@ gtemplate *extpdstemplate(g2int number,g2int *list) } } } + } else if ( number == 51 ) { new->extlen=list[15]*11; new->ext=(g2int *)malloc(sizeof(g2int)*new->extlen); @@ -572,7 +573,6 @@ gtemplate *extpdstemplate(g2int number,g2int *list) for (i=0;iext[l+i]=1; } - } } return(new);