diff --git a/VERSION b/VERSION index 96d5f4df..448d2739 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.36 +8.3.37 diff --git a/extract/ExtHier.c b/extract/ExtHier.c index 7f7e58ec..73fa39e6 100644 --- a/extract/ExtHier.c +++ b/extract/ExtHier.c @@ -291,7 +291,7 @@ extHierConnectFunc1(oneTile, ha) // node only describes a single point. for (lab = cumDef->cd_labels; lab; lab = lab->lab_next) - + { // All sticky labels are at the front of the list in cumDef, so // stop when we see the first non-sticky label. if (!(lab->lab_flags & LABEL_STICKY)) break; @@ -355,6 +355,7 @@ extHierConnectFunc1(oneTile, ha) #endif } + } return (0); }