Skip to content

Commit af87ea6

Browse files
committed
DependencyScan: Fix a missing argument in a struct init.
1 parent 6e3eb96 commit af87ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/DependencyScan/DependencyScanningTool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ static swiftscan_dependency_graph_t generateHollowDiagnosticOutput(
229229
c_string_utils::create_null(),
230230
c_string_utils::create_null(),
231231
nullptr,
232+
c_string_utils::create_null(),
232233
c_string_utils::create_null()};
233234
hollowMainModuleInfo->details = hollowDetails;
234235

0 commit comments

Comments
 (0)