mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pulse-server: end the statement with semicolon
This commit is contained in:
parent
b86acec625
commit
648dfc0250
1 changed files with 1 additions and 1 deletions
|
|
@ -4687,7 +4687,7 @@ static int handle_memblock(struct client *client, struct message *msg)
|
|||
offset = (int64_t) (
|
||||
(((uint64_t) ntohl(client->desc.offset_hi)) << 32) |
|
||||
(((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
|
||||
" flags:%08x size:%u", impl, channel, offset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue