Skip to content

Commit

Permalink
Update: Text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ph3-der-loewe committed Apr 11, 2018
1 parent 279ce63 commit 0623736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/libshout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Returns the shout error code of the last error that occured in this connection.
<funcprototype>
<funcdef>int <function>shout_send</function></funcdef>
<paramdef><type>shout_t</type> *<parameter>self</parameter></paramdef>
<paramdef>const unsigned char *<parameter>data></parameter></paramdef>
<paramdef>const unsigned char *<parameter>data</parameter></paramdef>
<paramdef><type>size_t</type> <parameter>len</parameter></paramdef>
</funcprototype>
</funcsynopsis>
Expand Down Expand Up @@ -299,7 +299,7 @@ established by a successful call to
<funcprototype>
<funcdef><type>ssize_t</type> <function>shout_send_raw</function></funcdef>
<paramdef><type>shout_t</type> *<parameter>self</parameter></paramdef>
<paramdef>const unsigned char *<parameter>data></parameter></paramdef>
<paramdef>const unsigned char *<parameter>data</parameter></paramdef>
<paramdef><type>size_t</type> <parameter>len</parameter></paramdef>
</funcprototype>
</funcsynopsis>
Expand Down

0 comments on commit 0623736

Please sign in to comment.