Index: /trunk/Ohana/src/libfits/extern/ricecomp.h
===================================================================
--- /trunk/Ohana/src/libfits/extern/ricecomp.h	(revision 18407)
+++ /trunk/Ohana/src/libfits/extern/ricecomp.h	(revision 18408)
@@ -4,9 +4,5 @@
 // decompression.  In order to include this .c file (or future upgrades), we include our own
 // version of ricecomp.h (not the one available in the CFITSIO tree) and include it instead of
-// fitsio2.h.  This file defines our own version of ffpmsg.  
+// fitsio2.h.  This file defines our own version of ffpmsg.
 
-int ffpmsg (char *line) {
-    
-    fprintf (stderr, "%s\n", line);
-    return 1;
-}
+#define ffpmsg(MSG) fprintf(stderr, "%s\n", MSG)
