[vlc-commits] Typo
Rémi Denis-Courmont
git at videolan.org
Thu Aug 18 18:03:20 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 18 18:42:53 2011 +0300| [ebf23452f18fcefa4f16898fb36012590eebfb76] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebf23452f18fcefa4f16898fb36012590eebfb76
---
modules/services_discovery/sap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/services_discovery/sap.c b/modules/services_discovery/sap.c
index 493783c..a44cd6d 100644
--- a/modules/services_discovery/sap.c
+++ b/modules/services_discovery/sap.c
@@ -593,7 +593,7 @@ static void *Run( void *data )
}
if( !p_sd->p_sys->i_announces )
- timeout = -1; /* We can safely poll indefinitly. */
+ timeout = -1; /* We can safely poll indefinitely. */
else if( timeout < 200 )
timeout = 200; /* Don't wakeup too fast. */
}
More information about the vlc-commits
mailing list