summaryrefslogtreecommitdiff
path: root/fatfs
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2003-07-29 14:33:01 +0000
committerJeff Bailey <jbailey@gnu.org>2003-07-29 14:33:01 +0000
commit1abf876167e669d08e00c6376b8f8ac5e21a0f15 (patch)
tree09aaa96a83b861d17dbd866a67b871f97da90f29 /fatfs
parent4ffeed83355cf158013a3ef2c6b0e9a295dcbc76 (diff)
2003-07-29 Jeff Bailey <jbailey@nisa.net>
* fatfs.h (LOG2_BLOCKS_PER_CLUSTER): Fix typo.
Diffstat (limited to 'fatfs')
-rw-r--r--fatfs/ChangeLog4
-rw-r--r--fatfs/fatfs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog
index 56fdb4d0..bb80a56f 100644
--- a/fatfs/ChangeLog
+++ b/fatfs/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-29 Jeff Bailey <jbailey@nisa.net>
+
+ * fatfs.h (LOG2_BLOCKS_PER_CLUSTER): Fix typo.
+
2003-07-17 Marcus Brinkmann <marcus@gnu.org>
* pager.c (find_cluster): Round to cluster size rather than adding
diff --git a/fatfs/fatfs.h b/fatfs/fatfs.h
index a741d875..167ad583 100644
--- a/fatfs/fatfs.h
+++ b/fatfs/fatfs.h
@@ -95,7 +95,7 @@ extern vm_address_t zerocluster;
extern struct dirrect dr_root_node;
-#define LOG2_BLOCKS_PER_CLUSTER
+#define LOG2_BLOCKS_PER_CLUSTER \
(log2_bytes_per_cluster - store->logs2_block_size)
#define round_cluster(offs) \