Index: /branches/eam_branches/ipp-20140717/Ohana/src/addstar/src/mkcmf.c
===================================================================
--- /branches/eam_branches/ipp-20140717/Ohana/src/addstar/src/mkcmf.c	(revision 37239)
+++ /branches/eam_branches/ipp-20140717/Ohana/src/addstar/src/mkcmf.c	(revision 37240)
@@ -31,4 +31,6 @@
 static Coords coords;
 
+static char reserved[] =  "Reserved space.  This line can be used to add a new FITS card.";
+
 int main (int argc, char **argv) {
 
@@ -305,4 +307,9 @@
   PutCoords (&coords, &header);
   gfits_modify (&header, "EXTNAME",   "%s", 1, exthead);
+
+  int i;
+  for (i = 1; i < 32; i++) {
+    gfits_modify_alt (&header, "COMMENT", "%C", i, reserved);
+  }
 
   ftable.header = &theader;
