Skip to content

Commit 2b65622

Browse files
author
ndenoyelle
committed
fix visualstudio build 9
1 parent a51a1f9 commit 2b65622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/hwloc/hwloc-distrib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ int main(int argc, char *argv[])
325325
return EXIT_FAILURE;
326326

327327
// Go to start index.
328-
while ( hwloc_distrib_iterator_next(topology, it, &next) && from_index > 0 && next->logical_index != from_index );
328+
while ( hwloc_distrib_iterator_next(topology, it, &next) && from_index > 0 && next->logical_index != from_index ) {}
329329

330330
do {
331331
if (logical_index) {

0 commit comments

Comments
 (0)