Skip to content

Commit

Permalink
Corrected outdated function documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lovasko committed Feb 7, 2018
1 parent 62ca2a9 commit 406c510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pub.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ create_sockets(endpoint* eps)

/// Create the datagram payload.
///
/// @param[out] pl payload
/// @param[in] ep endpoint
/// @param[in] sid session ID
/// @param[out] pl payload
/// @param[in] ep endpoint
/// @param[in] snum sequence iterator counter
static void
fill_payload(payload* pl, const endpoint* ep, const uint32_t snum)
{
Expand Down

0 comments on commit 406c510

Please sign in to comment.