Smallish
[yaz-moved-to-github.git] / ccl / cclerrms.c
index bcdb4be..86a53be 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: cclerrms.c,v $
- * Revision 1.2  1995-09-27 15:02:43  quinn
+ * Revision 1.3  1995-09-29 17:11:59  quinn
+ * Smallish
+ *
+ * Revision 1.2  1995/09/27  15:02:43  quinn
  * Modified function heads & prototypes.
  *
  * Revision 1.1  1995/04/10  10:28:18  quinn
@@ -43,7 +46,7 @@ char *err_msg_array[] = {
     "Right truncation not supported"
 };
 
-const char MDF *ccl_err_msg (int ccl_errno)
+const char *ccl_err_msg (int ccl_errno)
 {
     return err_msg_array[ccl_errno];
 }