X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffreadable.c;h=065eb3f0015341c29b57b5e32aa681d654763ab1;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=e1420f07bfae1c0ccc61ed4a8e3fc3b99edaef35;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/freadable.c b/lib/freadable.c index e1420f07b..065eb3f00 100644 --- a/lib/freadable.c +++ b/lib/freadable.c @@ -40,6 +40,6 @@ freadable (FILE *fp) #elif defined __MINT__ /* Atari FreeMiNT */ return fp->__mode.__read; #else - #error "Please port gnulib freadable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib." +# error "Please port gnulib freadable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib." #endif }