diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 17:16:22 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 17:16:22 +0100 |
| commit | 28b00896a8cb94663a3d35313ee7d771d4af11e0 (patch) | |
| tree | 47ac8ff198b5ad9264263914b647ef5da620eefc /src/platform.h | |
| parent | b7d17bdf8c0f1a4118709fbc5162463afb48b5c8 (diff) | |
use cstdint types
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 2 |
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 |
