doc: pipes: Fix the pipe read example.
Replaces sizeof(header) which is equal to the size of the pointer,
by sizeof (*header), which is equal to the size of struct message_header.
Signed-off-by:
Andrej Butok <andrey.butok@nxp.com>
Loading
Please sign in to comment