aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorKarl Zylinski <karl@zylinski.se>2022-04-27 20:50:54 +0200
committerKarl Zylinski <karl@zylinski.se>2022-04-27 20:50:54 +0200
commit5650087aa3561b5972dde34890de2639a3d3ca54 (patch)
tree9905467b5376bc480da0e321643cd1761ae43319 /src/parser.cpp
parent67689ecb21bc1735871b36fdf1411fbffb02e8fb (diff)
parentc5982e52d57ceba420d70f1d8d9d10197f4c7d61 (diff)
Merge remote-tracking branch 'origin/master' into d3d12-binding-fixes
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 767119aa8..df7f908a6 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -5751,7 +5751,7 @@ ParseFileError parse_packages(Parser *p, String init_filename) {
}
}
}
-
+
{ // Add these packages serially and then process them parallel
mutex_lock(&p->wait_mutex);