summaryrefslogtreecommitdiff
path: root/lib/fpurge.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fpurge.c')
-rw-r--r--lib/fpurge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fpurge.c b/lib/fpurge.c
index 93ebfb079e..7e69fb4081 100644
--- a/lib/fpurge.c
+++ b/lib/fpurge.c
@@ -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