diff options
Diffstat (limited to 'e2fsprogs/ext2fs/flushb.c')
-rw-r--r-- | e2fsprogs/ext2fs/flushb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/flushb.c b/e2fsprogs/ext2fs/flushb.c index 9f04647..af7216a 100644 --- a/e2fsprogs/ext2fs/flushb.c +++ b/e2fsprogs/ext2fs/flushb.c @@ -67,14 +67,14 @@ errcode_t ext2fs_sync_device(int fd, int flushb) return 0; #else #ifdef __GNUC__ - #warning BLKFLSBUF not defined +# warning BLKFLSBUF not defined #endif /* __GNUC__ */ #endif #ifdef FDFLUSH ioctl (fd, FDFLUSH, 0); /* In case this is a floppy */ #else #ifdef __GNUC__ - #warning FDFLUSH not defined +# warning FDFLUSH not defined #endif /* __GNUC__ */ #endif } |