summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform.h b/src/platform.h
index 5926aeb..5d2711e 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -11,7 +11,7 @@ typedef struct t_ts_file_content
{
size_t content_length;
void *content;
- int file_error;
+ uint16_t file_error;
} ts_file_content;
typedef enum t_ts_file_open_error