From 34d2a71fdd3c14c980a57d5247dae9ac7586fe5b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Mon, 24 Jan 2005 14:26:24 +0000 Subject: More int -> long git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5654 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/fat.c') diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c index 4c63498b8c..3adca5e864 100644 --- a/firmware/drivers/fat.c +++ b/firmware/drivers/fat.c @@ -199,7 +199,7 @@ struct bpb int bpb_fatsz16; /* Number of used sectors per FAT structure */ unsigned long bpb_totsec32; /* Number of sectors on the volume (new 32-bit) */ - int last_word; /* 0xAA55 */ + unsigned int last_word; /* 0xAA55 */ /**** FAT32 specific *****/ long bpb_fatsz32; -- cgit v1.2.3