diff --git a/Common/Options.cpp b/Common/Options.cpp
index c83c032dbcdf5c1c1b2e712d1e11fb43293351fa..5af7a5f371136b4ecbda4edc1aa5c03ff84d1d78 100644
--- a/Common/Options.cpp
+++ b/Common/Options.cpp
@@ -913,8 +913,8 @@ void PrintOptionsDoc()
     }
     fprintf(file, "@end ftable\n");
     fclose(file);
-#endif
   }
+#endif
   {
     FILE *file = fopen("shortcuts.texi", "w");
     if(!file) {
diff --git a/Post/PViewDataListIO.cpp b/Post/PViewDataListIO.cpp
index f765b86df48f653b9cfe14c9a271c3378ff0713a..442c23e2a33fed66ddf8285e34d32b24f459fc0a 100644
--- a/Post/PViewDataListIO.cpp
+++ b/Post/PViewDataListIO.cpp
@@ -661,7 +661,7 @@ void PViewDataList::getListPointers(int N[24], std::vector<double> *V[24])
     std::vector<double> *list = 0;
     int *nbe = 0, nbc, nbn;
     _getRawData(i, &list, &nbe, &nbc, &nbn);
-    N[i] = *nbe;
+    N[i] = *nbe; 
     V[i] = list; // copy pointer only
   }
 }