Index: uspace/app/mkfat/fat.h
===================================================================
--- uspace/app/mkfat/fat.h	(revision 26ad20b635d67b5ae16154fc91c188f9ab289cbb)
+++ uspace/app/mkfat/fat.h	(revision bc255aa49f163415977fd699f1505b45d5a03fed)
@@ -47,5 +47,5 @@
 #define FAT32	32
 
-#define FAT_SIZE(a) (((a) == FAT12) ? 1.5 : (((a) == FAT16) ? 2 : 4)) 
+#define FAT_CLUSTER_DOUBLE_SIZE(a) ((a) / 4)
 
 typedef struct fat_bs {
