From b98c068403ff07483262e8eac917fef6cab8b14a Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Tue, 29 Jul 2003 14:58:44 +0000 Subject: Note to self. Be *awake* when committing patches --- fatfs/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/fat.c') 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) -- cgit v1.2.3