Fix build error caused by invalid iterator types in for

This commit is contained in:
Ginger Bill
2017-01-05 23:50:44 +00:00
parent 4afb3f8fa4
commit fc1af0a04b
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ String get_filepath_extension(String path) {
void init_build_context(BuildContext *bc) {
bc->ODIN_VENDOR = str_lit("odin");
bc->ODIN_VERSION = str_lit("0.0.5a");
bc->ODIN_VERSION = str_lit("0.0.5c");
bc->ODIN_ROOT = odin_root_dir();
#if defined(GB_SYSTEM_WINDOWS)