Index: /trunk/FACT++/src/Fits.cc
===================================================================
--- /trunk/FACT++/src/Fits.cc	(revision 11372)
+++ /trunk/FACT++/src/Fits.cc	(revision 11373)
@@ -301,5 +301,5 @@
         char text[30];
         fits_get_errstatus(status, text);
-        str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ");
+        str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ")";
         fMess->Error(str);
         Close();
