From 79e1e41659396335214777f0c237252458dcbfd8 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 27 Apr 2003 11:01:26 +0000 Subject: fixed some C code "things" found with "paranoia" CFLAGS settings --- libmpio/defs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libmpio/defs.h') diff --git a/libmpio/defs.h b/libmpio/defs.h index fa9483e..0c1a6c4 100644 --- a/libmpio/defs.h +++ b/libmpio/defs.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- */ /* - * $Id: defs.h,v 1.24 2003/04/23 08:53:23 crunchy Exp $ + * $Id: defs.h,v 1.25 2003/04/27 11:01:27 germeier Exp $ * * Library for USB MPIO-* * @@ -222,10 +222,10 @@ typedef struct { int dir_offset; /* these are needed for internal and external cards */ - int max_cluster; /* # of clusters actually available */ - int fat_size; /* # sectors for FAT */ - int fat_nums; /* # of FATs */ - BYTE * fat; /* *real FAT (like in block allocation :-) */ + DWORD max_cluster; /* # of clusters actually available */ + DWORD fat_size; /* # sectors for FAT */ + DWORD fat_nums; /* # of FATs */ + BYTE * fat; /* *real FAT (like in block allocation :-) */ /* needed for directory support */ mpio_directory_t *root; /* root directory */ -- cgit v1.2.3