Index: trunk/psLib/src/fits/psFitsTable.c
===================================================================
--- trunk/psLib/src/fits/psFitsTable.c	(revision 10999)
+++ trunk/psLib/src/fits/psFitsTable.c	(revision 11686)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-09 22:38:52 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-07 23:52:53 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -420,5 +420,5 @@
         }
     default:
-        psAbort(__func__, "Shouldn't ever get here.");
+        psAbort("Shouldn't ever get here.");
     }
     return 0;
@@ -697,5 +697,5 @@
                 }
             default:
-                psAbort(__func__, "Should never get here.\n");
+                psAbort("Should never get here.\n");
             }
         }
