Index: branches/eam_branches/ipp-20211108/psModules/src/imcombine/pmStack.c
===================================================================
--- branches/eam_branches/ipp-20211108/psModules/src/imcombine/pmStack.c	(revision 41945)
+++ branches/eam_branches/ipp-20211108/psModules/src/imcombine/pmStack.c	(revision 41947)
@@ -1538,5 +1538,5 @@
 #define SORT_VALUES(NVALUES) { PSSORT(NVALUES, SORT_VV_COMPARE, SORT_VV_SWAP, F32); }
 
-#define ESCAPE								\
+#define ESCAPE	{							\
   combined->image->data.F32[y][x] = NAN;				\
   combined->variance->data.F32[y][x] = NAN;				\
@@ -1546,6 +1546,5 @@
     expmaps->variance->data.F32[y][x] = 0.0;				\
     expmaps->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0;		\
-  }									\
-  continue;
+  } continue; }
 
 bool pmStackCombineByPercentile(
