Copyright: Use LGPL 2.1 instead of LGPL 2.0.
[gnulib.git] / lib / fwritable.c
index fdda290..04bc97c 100644 (file)
@@ -40,6 +40,6 @@ fwritable (FILE *fp)
 #elif defined __MINT__              /* Atari FreeMiNT */
   return fp->__mode.__write;
 #else
- #error "Please port gnulib fwritable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib."
+error "Please port gnulib fwritable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib."
 #endif
 }