* m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
[gnulib.git] / lib / fbufmode.c
index 7b4100e..01b0881 100644 (file)
@@ -78,6 +78,6 @@ fbufmode (FILE *fp)
     return _IOLBF;
   return (fp->__bufsize > 0 ? _IOFBF : _IONBF);
 #else
- #error "Please port gnulib fbufmode.c to your platform! Look at the setvbuf implementation."
+error "Please port gnulib fbufmode.c to your platform! Look at the setvbuf implementation."
 #endif
 }