diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp
index d708f7d6e639517d4b6bfebadf8047de8f78a926..3dfc02b3322d4805cfd77e5dd281e9a38b4f33c8 100644
--- a/Fltk/Main.cpp
+++ b/Fltk/Main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
   if(CTX::instance()->batch) {
     if(!Msg::GetGmshClient()) CTX::instance()->terminal = 1;
     GmshBatch();
-    GmshFinalize();
+    //GmshFinalize();
     Msg::Exit(0);
   }
 
diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp
index 352edc18aac790f7096feeb1d40137bb2bd4c0f4..fbb46a1a60121aaae729a3a7dee94ac3edca5bea 100644
--- a/Mesh/meshGRegion.cpp
+++ b/Mesh/meshGRegion.cpp
@@ -604,7 +604,7 @@ static void MeshDelaunayVolumeNewCode(std::vector<GRegion*> &regions) {
     f = regions[i]->embeddedFaces();
     allFacesSet.insert(f.begin(), f.end());
   }
-  
+
   std::list<GFace*> allFaces;
   allFaces.insert(allFaces.end(), allFacesSet.begin(), allFacesSet.end());
   gr->set(allFaces);
@@ -628,9 +628,9 @@ static void MeshDelaunayVolumeNewCode(std::vector<GRegion*> &regions) {
 
   // restore the initial set of faces
   gr->set(faces);
-  
-  void edgeBasedRefinement (const int numThreads, 
-			    const int nptsatonce, 
+
+  void edgeBasedRefinement (const int numThreads,
+			    const int nptsatonce,
 			    GRegion *gr);
   // just to remove tets that are not to be meshed
   insertVerticesInRegion(gr,0);
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 87066ac7dce3f74d470c5a1c7ca76d3bb208a14d..c2ca5655f43b4b2c55fe8216992799848facc401 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -148,7 +148,7 @@ algorithms</a>.
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
   <p>
     <input type="hidden" name="cmd" value="_xclick">
-    <input type="hidden" name="business" value="paypal@geuz.org">
+    <input type="hidden" name="business" value="paypal@onelab.info">
     <input type="hidden" name="item_name" value="Gmsh donation">
     <input type="hidden" name="no_note" value="1">
     <input type="hidden" name="currency_code" value="EUR">