]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.c
alsa_write: Print more detailed error message.
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index 58221fa6754a950ba52bbb272df9438b63a0824c..cffd250e182d36e94a1ffe06db9f96abcabe3100 100644 (file)
--- a/net.c
+++ b/net.c
@@ -516,7 +516,7 @@ int recv_cred_buffer(int fd, char *buf, size_t size)
 /**
  * Create a tcp socket, bind it and listen on the given port.
  *
- * \param Port the tcp port to listen on.
+ * \param port The tcp port to listen on.
  *
  * \return The file descriptor of the created socket, negative on errors.
  *