X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffwriting.c;h=fd40f511185fb88be0b6ecffaf84d44085b504bd;hb=c8228c7d1f864908fd64cd47eefb418e419da549;hp=5322e9f3b805b557e29e46a02e2abd35ec51a2ec;hpb=1a56c64d39a790bc69b58166f7b963334951e1a9;p=gnulib.git diff --git a/lib/fwriting.c b/lib/fwriting.c index 5322e9f3b..fd40f5111 100644 --- a/lib/fwriting.c +++ b/lib/fwriting.c @@ -1,5 +1,5 @@ /* Retrieve information about a FILE stream. - Copyright (C) 2007-2010 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -51,6 +51,6 @@ fwriting (FILE *fp) return (fp->__buffer < fp->__put_limit /*|| fp->__bufp == fp->__get_limit ??*/); # endif #else - #error "Please port gnulib fwriting.c to your platform!" +# error "Please port gnulib fwriting.c to your platform!" #endif }