| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8a57182 commit 3552afb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -227,8 +227,7 @@ void BuiltinLoader::AddExternalizedBuiltin(const char* id, | |||
| 227 | 227 | auto it = externalized_builtin_sources.find(id); | |
| 228 | 228 | if (it != externalized_builtin_sources.end()) { | |
| 229 | 229 | source = it->second; | |
| 230 | - } | ||
| 231 | - { | ||
| 230 | + } else { | ||
| 232 | 231 | int r = ReadFileSync(&source, filename); | |
| 233 | 232 | if (r != 0) { | |
| 234 | 233 | fprintf(stderr, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments