doxygen fix.

git-svn-id: file:///svn/unbound/trunk@1228 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-09-10 15:43:09 +00:00
parent 121cb15d67
commit 56b91454ba

View file

@ -524,7 +524,7 @@ void comm_signal_delete(struct comm_signal* comsig);
* perform accept(2) with error checking.
* @param c: commpoint with accept fd.
* @param addr: remote end returned here.
* @param len: length of remote end returned here.
* @param addrlen: length of remote end returned here.
* @return new fd, or -1 on error.
* if -1, error message has been printed if necessary, simply drop
* out of the reading handler.