getloadavg: Don't clobber LIBS. Regression from previous commit.
[pspp] / lib / fpurge.c
index 93ebfb079eda9783141b8180fc8d4c5e3c5a1923..7e69fb4081ad7196c51bc8aba3c753e2f3ad7f36 100644 (file)
@@ -130,7 +130,7 @@ fpurge (FILE *fp)
   fp->__put_limit = fp->__buffer;
   return 0;
 # else
- #error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, then report this to bug-gnulib."
+#  error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, then report this to bug-gnulib."
 # endif
 
 #endif