summaryrefslogtreecommitdiff
path: root/src/input/input_net.c
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-09-25 13:47:17 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-09-25 13:47:17 +0000
commit0fa5208dc13e4dc3291b4db1d20972cdbf5940f1 (patch)
tree11baadeeb2708e65ebca036b9d7c04b5765f8c32 /src/input/input_net.c
parentf70bc36953d83daf54df12a7b83cd169ecaadd11 (diff)
downloadxine-lib-0fa5208dc13e4dc3291b4db1d20972cdbf5940f1.tar.gz
xine-lib-0fa5208dc13e4dc3291b4db1d20972cdbf5940f1.tar.bz2
replace C++ style comments
CVS patchset: 5414 CVS date: 2003/09/25 13:47:17
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) {