Skip to content

Commit 4791907

Browse files
committed
fixup - compile
1 parent 88ca8df commit 4791907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/unifyfs_p2p_rpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void cleanup_p2p_request(p2p_request* preq)
178178
if (waiters) {
179179
ABT_cond_broadcast(preq->pending_cond);
180180
}
181-
while (waiters > 0);
181+
} while (waiters > 0);
182182
ABT_cond_free(&(preq->pending_cond));
183183
}
184184
ABT_mutex_free(&(preq->pending_sync));

0 commit comments

Comments
 (0)