pulse-server: end the statement with semicolon

This commit is contained in:
Haochen Tong 2020-11-23 23:27:53 +01:00
parent b86acec625
commit 648dfc0250
No known key found for this signature in database
GPG key ID: D70E8B08E0BC48DF

View file

@ -4687,7 +4687,7 @@ static int handle_memblock(struct client *client, struct message *msg)
offset = (int64_t) ( offset = (int64_t) (
(((uint64_t) ntohl(client->desc.offset_hi)) << 32) | (((uint64_t) ntohl(client->desc.offset_hi)) << 32) |
(((uint64_t) ntohl(client->desc.offset_lo)))); (((uint64_t) ntohl(client->desc.offset_lo))));
flags = ntohl(client->desc.flags) & FLAG_SEEKMASK, flags = ntohl(client->desc.flags) & FLAG_SEEKMASK;
pw_log_debug(NAME" %p: Received memblock channel:%d offset:%"PRIi64 pw_log_debug(NAME" %p: Received memblock channel:%d offset:%"PRIi64
" flags:%08x size:%u", impl, channel, offset, " flags:%08x size:%u", impl, channel, offset,