summaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform/file.h b/src/platform/file.h
index fa09891..8bb22c8 100644
--- a/src/platform/file.h
+++ b/src/platform/file.h
@@ -10,8 +10,8 @@
#include "str.h"
typedef struct str8_opt {
- str8 contents;
- bool has_value;
+ str8 contents;
+ bool has_value;
} str8_opt;
const char* string_from_file(const char* path);