Index: trunk/rtcm3torinex/rtcm3torinex.c
===================================================================
--- trunk/rtcm3torinex/rtcm3torinex.c	(revision 270)
+++ trunk/rtcm3torinex/rtcm3torinex.c	(revision 287)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.c,v 1.7 2006/11/02 13:54:43 stoecker Exp $
+  $Id: rtcm3torinex.c,v 1.8 2006/11/03 11:50:11 stoecker Exp $
   Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
 
@@ -50,5 +50,5 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.7 $";
+static char revisionstr[] = "$Revision: 1.8 $";
 
 static uint32_t CRC24(long size, const unsigned char *buf)
@@ -858,8 +858,10 @@
   }
 
+#ifndef NO_RTCM3_MAIN
   for(i = 0; i < hdata.numheaders; ++i)
     printf("%s\n", hdata.data.unnamed[i]);
   printf("                                                            "
   "END OF HEADER\n");
+#endif
 }
 
@@ -963,5 +965,5 @@
 
 #ifndef NO_RTCM3_MAIN
-static char datestr[]     = "$Date: 2006/11/02 13:54:43 $";
+static char datestr[]     = "$Date: 2006/11/03 11:50:11 $";
 
 /* The string, which is send as agent in HTTP request */
