Skip to content

Commit 568bff6

Browse files
committed
Add missing initializer.
1 parent 2baae5c commit 568bff6

File tree

1 file changed

+1
-1
lines changed
  • MultiSource/Benchmarks/Olden/mst

1 file changed

+1
-1
lines changed

MultiSource/Benchmarks/Olden/mst/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static Vertex MyVertexList = NULL;
8585

8686
static BlueReturn Do_all_BlueRule(Vertex inserted, int nproc, int pn) {
8787
future_cell_BlueReturn fcleft = { 0 };
88-
BlueReturn retright;
88+
BlueReturn retright = { 0 };
8989

9090
if (nproc > 1) {
9191
fcleft.value = Do_all_BlueRule(inserted,nproc/2,pn+nproc/2);

0 commit comments

Comments
 (0)