summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-06 17:16:59 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-06 17:16:59 +0100
commit513fe4d53caca9e38e99f8bf82678f456f2c77bc (patch)
tree1245723a6c149c6e88252a4e526da6ef5555be02
parentd56aa28d836f6f6d397a248489358f9c8ba2c84b (diff)
downloadgnutls-513fe4d53caca9e38e99f8bf82678f456f2c77bc.tar.gz
Avoid confusing gtk-doc.
-rw-r--r--src/select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select.c b/src/select.c
index 09767ea8e2..d310409cb6 100644
--- a/src/select.c
+++ b/src/select.c
@@ -34,7 +34,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/**
+/*
* Code originally written by Wez Furlong <wez@thebrainroom.com>
* who originally placed it under the PHP License Version 3.0.
* Adapted for GNUnet by Nils Durner <durner@gnunet.org>.
@@ -47,7 +47,7 @@
* @author Nils Durner (GNUnet extensions)
*/
-/**
+/*
* Win32 select() will only work with sockets, so we roll our own
* implementation here.
* - If you supply only sockets, this simply passes through to winsock select().