summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h
index 8429058..edaee4c 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -15,6 +15,7 @@ typedef struct t_ts_file_content
typedef enum t_ts_file_open_error
{
+ FILE_ERROR_NONE,
FILE_ERROR_TOO_MANY_OPEN_FILES_PROCESS = 1,
FILE_ERROR_TOO_MANY_OPEN_FILES_SYSTEM = 2,
FILE_ERROR_NO_ACCESS = 3,