summaryrefslogtreecommitdiff
path: root/src/input/input_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/input_net.c')
-rw-r--r--src/input/input_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_net.c b/src/input/input_net.c
index 6d8cc6c39..de16aaccd 100644
--- a/src/input/input_net.c
+++ b/src/input/input_net.c
@@ -20,7 +20,7 @@
* Read from a tcp network stream over a lan (put a tweaked mp1e encoder the
* other end and you can watch tv anywhere in the house ..)
*
- * $Id: input_net.c,v 1.51 2003/09/25 13:42:19 f1rmb Exp $
+ * $Id: input_net.c,v 1.52 2003/09/25 13:47:17 f1rmb Exp $
*
* how to set up mp1e for use with this plugin:
*
@@ -222,7 +222,7 @@ static int host_connect(const char *host, int port, xine_t *xine) {
return -1;
}
- // We loop over all addresses and try to connect
+ /* We loop over all addresses and try to connect */
tmpaddr = res;
while (tmpaddr) {