Fix compilation bug on Linux

This commit is contained in:
Ginger Bill
2017-06-21 17:48:50 +01:00
parent 35c102137f
commit 6b65ef6d88
3 changed files with 5 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ String odin_root_dir(void) {
String odin_root_dir(void) {
String path = global_module_path;
Array(char) path_buf;
Array<char> path_buf;
isize len, i;
gbTempArenaMemory tmp;
u8 *text;