Index: trunk/BNC/bncrinex.cpp
===================================================================
--- trunk/BNC/bncrinex.cpp	(revision 841)
+++ trunk/BNC/bncrinex.cpp	(revision 843)
@@ -104,4 +104,5 @@
   QSettings settings;
   if ((_rinexVers == 3) && ( Qt::CheckState(settings.value("rnxAppend").toInt()) != Qt::Checked) ) {
+    _out << ">                              4  1" << endl;
     _out << "END OF FILE" << endl;
   }
@@ -590,8 +591,8 @@
             << setw(1)                     << obs->_o.SNR2
             << setw(14) << setprecision(3) << obs->_o.S2 << "  "
-            << "                              ";
+            << "         0.000           0.000  ";
       }
       else {
-       _out << "                                " 
+       _out << "         0.000           0.000  " 
             << setw(14) << setprecision(3) << obs->_o.L2 << " " 
             << setw(1)                     << obs->_o.SNR2
@@ -662,4 +663,5 @@
   QMutexLocker locker(&_mutex);
   if (_rinexVers == 3) {
+    _out << ">                              4  1" << endl;
     _out << "END OF FILE" << endl;
   }
