recv_common.c: Fix doxygen warning in recv_init().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 16 May 2017 20:21:12 +0000 (22:21 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jun 2017 04:45:21 +0000 (06:45 +0200)
commit9d849535e30c6b6a3ebb746fd3002d18927f62ea
tree236958e364966c63be49870a8355c02882c2eccc
parent1b9ff7d64dc1bebdfb8f0aa8283a7e9372ed8d2d
recv_common.c: Fix doxygen warning in recv_init().

In the doxygen comment of this function, one argument name was prefixed
with a backslash by mistake. Old doxygen versions did not complain
about this, but doxygen-1.8.11 does:

warning: unexpected token in comment block while parsing the argument of command param
recv_common.c