summaryrefslogtreecommitdiff
path: root/fatfs/fat.c
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2003-07-29 14:58:44 +0000
committerJeff Bailey <jbailey@gnu.org>2003-07-29 14:58:44 +0000
commitb98c068403ff07483262e8eac917fef6cab8b14a (patch)
treea85c54d94490fa5c8dfa904f74edbcfd4bc47ffc /fatfs/fat.c
parent1abf876167e669d08e00c6376b8f8ac5e21a0f15 (diff)
Note to self. Be *awake* when committing patches
Diffstat (limited to 'fatfs/fat.c')
-rw-r--r--fatfs/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/fat.c b/fatfs/fat.c
index 4eb4b063..f2f67aa6 100644
--- a/fatfs/fat.c
+++ b/fatfs/fat.c
@@ -151,7 +151,7 @@ fat_read_sblock (void)
error (1, 0, "Number of total sectors is zero");
if (bytes_per_sector & (store->block_size - 1))
- error (1, 0, "Block size of filesystem is not
+ error (1, 0, "Block size of filesystem is not"
" a multiple of the block size of the store");
if (read_word (sblock->reserved_sectors) == 0)