summaryrefslogtreecommitdiffstats
path: root/exfat/mkfs/uct.c
diff options
context:
space:
mode:
Diffstat (limited to 'exfat/mkfs/uct.c')
-rw-r--r--exfat/mkfs/uct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exfat/mkfs/uct.c b/exfat/mkfs/uct.c
index d1deb2d02..14fa56fc7 100644
--- a/exfat/mkfs/uct.c
+++ b/exfat/mkfs/uct.c
@@ -23,12 +23,12 @@
#include "uct.h"
#include "uctc.h"
-static off_t uct_alignment(void)
+static loff_t uct_alignment(void)
{
return get_cluster_size();
}
-static off_t uct_size(void)
+static loff_t uct_size(void)
{
return sizeof(upcase_table);
}