summaryrefslogtreecommitdiff
path: root/os-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'os-win.c')
-rw-r--r--os-win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-win.c b/os-win.c
index 1ee6fd6..85d6b89 100644
--- a/os-win.c
+++ b/os-win.c
@@ -51,6 +51,7 @@ int64_t fs_file_size(const char *path) {
size = large.QuadPart;
}
CloseHandle(file);
+ return size;
}
FsDirectoryEntry **fs_list_directory(const char *dirname) {