From b72273e17b846903f752eb47df48bdf4aa8f97e9 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 20 May 2012 15:40:21 +0100 Subject: [PATCH] fix mixed eols --- source/file_allocation_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/file_allocation_table.h b/source/file_allocation_table.h index 560c616..d9c4361 100644 --- a/source/file_allocation_table.h +++ b/source/file_allocation_table.h @@ -36,7 +36,7 @@ #define CLUSTER_EOF_16 0xFFFF #define CLUSTER_EOF 0x0FFFFFFF #define CLUSTER_FREE 0x00000000 -#define CLUSTER_ROOT 0x00000000 +#define CLUSTER_ROOT 0x00000000 #define CLUSTER_FIRST 0x00000002 #define CLUSTER_ERROR 0xFFFFFFFF