summaryrefslogtreecommitdiff
path: root/uisimulator/common/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/io.c')
-rw-r--r--uisimulator/common/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index 7538788bd6..690ef39f5f 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -57,7 +57,7 @@
57#include "thread.h" 57#include "thread.h"
58#include "kernel.h" 58#include "kernel.h"
59#include "debug.h" 59#include "debug.h"
60#include "ata.h" /* for IF_MV2 et al. */ 60#include "ata.h" /* for IF_MV et al. */
61#include "rbpaths.h" 61#include "rbpaths.h"
62#include "load_code.h" 62#include "load_code.h"
63 63
@@ -534,7 +534,7 @@ long filesize(int fd)
534#endif 534#endif
535} 535}
536 536
537void fat_size(IF_MV2(int volume,) unsigned long* size, unsigned long* free) 537void fat_size(IF_MV(int volume,) unsigned long* size, unsigned long* free)
538{ 538{
539#ifdef HAVE_MULTIVOLUME 539#ifdef HAVE_MULTIVOLUME
540 if (volume != 0) { 540 if (volume != 0) {