summaryrefslogtreecommitdiff
path: root/src/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/check.h')
-rw-r--r--src/check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check.h b/src/check.h
index fcb6bea..933bbf4 100644
--- a/src/check.h
+++ b/src/check.h
@@ -23,7 +23,7 @@
#ifndef _CHECK_H
#define _CHECK_H
-loff_t alloc_rootdir_entry(DOS_FS * fs, DIR_ENT * de, const char *pattern);
+off_t alloc_rootdir_entry(DOS_FS * fs, DIR_ENT * de, const char *pattern);
/* Allocate a free slot in the root directory for a new file. The file name is
constructed after 'pattern', which must include a %d type format for printf