Index: trunk/FACT++/src/FitsFile.cc
===================================================================
--- trunk/FACT++/src/FitsFile.cc	(revision 18052)
+++ trunk/FACT++/src/FitsFile.cc	(revision 18053)
@@ -32,5 +32,5 @@
         WriteKey("CREATOR",  prgname, "Program that wrote this file");
         WriteKey("EXTREL",   version, "Release Number");
-        WriteKey("COMPILED",  __DATE__" "__TIME__, "Compile time");
+        WriteKey("COMPILED",  __DATE__ " " __TIME__, "Compile time");
         WriteKey("REVISION",  REVISION, "SVN revision");
         WriteKey("ORIGIN",   "FACT", "Institution that wrote the file");
