From 3472a614ae3b4ecf7f49516a97d387761f0f5820 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 13 Jun 2019 01:12:37 +0200 Subject: fixed CFileMgr somewhat; still issues when loading saves --- src/FileMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/FileMgr.h') diff --git a/src/FileMgr.h b/src/FileMgr.h index a77ae6fa..f67056f1 100644 --- a/src/FileMgr.h +++ b/src/FileMgr.h @@ -16,6 +16,6 @@ public: static int Write(int fd, char *buf, int len); static bool Seek(int fd, int offset, int whence); static char *ReadLine(int fd, char *buf, int len); - static void CloseFile(int fd); + static int CloseFile(int fd); static int GetErrorReadWrite(int fd); }; -- cgit v1.2.3