diff --git a/README b/README
index 8dd89ff767db5b607815a3ab35059e82eb80ebef..633616edef3339cf84f1cc51ed4a7b17a8ff2f9f 100644
--- a/README
+++ b/README
@@ -117,7 +117,7 @@ SEISMIC UNIX
 If you want to use the .su files with SU from CWP:
 git clone https://github.com/JohnWStockwellJr/SeisUnix
 
-==> Please make sure that SU is compiled without XDR (in $CWPROOT/Makefile.config make sure that XDRFLAG is NOT set). The SU output files of fdelmodc are all based on local IEEE data.
+==> Please make sure that SU is compiled without XDR (in $CWPROOT/Makefile.config make sure that XDRFLAG is NOT enabled). The SU output files of fdelmodc are all based on local IEEE data.
 
 ZFP
 ---
diff --git a/marchenko/marchenko_primaries.c b/marchenko/marchenko_primaries.c
index 80c23983eca7e283ff611ec2e8fa2e149f2f72dc..5e446242d84e1a2261ca7156b37855e41779e9ad 100644
--- a/marchenko/marchenko_primaries.c
+++ b/marchenko/marchenko_primaries.c
@@ -675,7 +675,7 @@ int main (int argc, char **argv)
 
             t2 = wallclock_time();
             tcopy +=  t2 - t3;
-                if (verbose>2) vmess("*** Iteration %d finished ***", iter);
+            if (verbose>2) vmess("*** Iteration %d finished ***", iter);
     
         } /* end of iterations */